Html Css Color HEX #BB0E39 Cardinal

📋 copy color: '#BB0E39'

red 187 ◦ green 14 ◦ blue 57

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

Shades of Cardinal #BB0E39

Tints of Cardinal #BB0E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 72.48%
G = 5.43%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BB0E39 (or 0xBB0E39) is known color: Cardinal. HEX triplet: BB, 0E and 39. RGB value is (187,14,57). Sum of RGB (Red+Green+Blue) = 187+14+57=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E39 is #44F1C6. Grayscale: #464646. Windows color (decimal): -4518343 or 3739323. OLE color: 3739323.

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

Color convert

RGB 187 14 57 -
CMYK 0 0.93 0.70 0.27
HSL 345.09º 0.86% 0.39% -
HSV(B) 345.09º 0.93% 0.73% -
XYZ 21.39 11.17 4.9 -
YUV 70.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 187 14 57 0 0.93 0.70 0.27 345.09 0.86 0.39
Hex BB E 39 0 5D 46 1B 159 56 27
Octal 273 16 71 0 135 106 33 531 126 47
Binary 10111011 1110 111001 0 1011101 1000110 11011 101011001 1010110 100111

Color Harmonies of #BB0E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E39

Black with #BB0E39

Text Example


Text Example

White with #BB0E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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