Html Css Color HEX #BB0E2C Cardinal

📋 copy color: '#BB0E2C'

red 187 ◦ green 14 ◦ blue 44

#BB0E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BB0E2C

Tints of Cardinal #BB0E2C

RGB

 RED value IS 187 (73.44% from 255) = 76.33%

 GREEN value IS 14 (5.86% from 255) = 5.71%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 76.33%
G = 5.71%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB0E2C (or 0xBB0E2C) is known color: Cardinal. HEX triplet: BB, 0E and 2C. RGB value is (187,14,44). Sum of RGB (Red+Green+Blue) = 187+14+44=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E2C is #44F1D3. Grayscale: #454545. Windows color (decimal): -4518356 or 2887355. OLE color: 2887355.

HSL color Cylindrical-coordinate representation of color #BB0E2C: hue angle of 349.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E2C is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 44 -
CMYK 0 0.93 0.76 0.27
HSL 349.6º 0.86% 0.39% -
HSV(B) 349.6º 0.93% 0.73% -
XYZ 21.11 11.06 3.41 -
YUV 69.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 187 14 44 0 0.93 0.76 0.27 349.6 0.86 0.39
Hex BB E 2C 0 5D 4C 1B 15E 56 27
Octal 273 16 54 0 135 114 33 536 126 47
Binary 10111011 1110 101100 0 1011101 1001100 11011 101011110 1010110 100111

Color Harmonies of #BB0E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E2C

Black with #BB0E2C

Text Example


Text Example

White with #BB0E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E2C; }

 p { color: rgb(187,14,44); }

 H1.HeaderClassName
 {
   color: #BB0E2C;
 }
 .AnyTagClassName
 {
   color: #BB0E2C;
 }
</style>

background-color css

<style>
 a { background-color: #BB0E2C; }

 a { background-color: rgb(187,14,44); }

 div.DivClassName
 {
   background-color: #BB0E2C;
 }
 .BgClassName
 {
   background-color: #BB0E2C;
 }
</style>

border-color css

<style>
 span { border-color: #BB0E2C; }

 span { border-color: rgb(187,14,44); }

 td.TdClassName
 {
   border-color: #BB0E2C;
 }
 .TagClassName
 {
   border-color: #BB0E2C;
 }
</style>