Html Css Color HEX #BB0E33 Cardinal

📋 copy color: '#BB0E33'

red 187 ◦ green 14 ◦ blue 51

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

Shades of Cardinal #BB0E33

Tints of Cardinal #BB0E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 74.21%
G = 5.56%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0E33 (or 0xBB0E33) is known color: Cardinal. HEX triplet: BB, 0E and 33. RGB value is (187,14,51). Sum of RGB (Red+Green+Blue) = 187+14+51=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E33 is #44F1CC. Grayscale: #454545. Windows color (decimal): -4518349 or 3346107. OLE color: 3346107.

HSL color Cylindrical-coordinate representation of color #BB0E33: hue angle of 347.17º 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 #BB0E33 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 14 51 -
CMYK 0 0.93 0.73 0.27
HSL 347.17º 0.86% 0.39% -
HSV(B) 347.17º 0.93% 0.73% -
XYZ 21.25 11.12 4.16 -
YUV 69.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 187 14 51 0 0.93 0.73 0.27 347.17 0.86 0.39
Hex BB E 33 0 5D 49 1B 15B 56 27
Octal 273 16 63 0 135 111 33 533 126 47
Binary 10111011 1110 110011 0 1011101 1001001 11011 101011011 1010110 100111

Color Harmonies of #BB0E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E33

Black with #BB0E33

Text Example


Text Example

White with #BB0E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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