Html Css Color HEX #BB0A37 Cardinal

📋 copy color: '#BB0A37'

red 187 ◦ green 10 ◦ blue 55

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

Shades of Cardinal #BB0A37

Tints of Cardinal #BB0A37

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 74.21%
G = 3.97%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0A37 (or 0xBB0A37) is known color: Cardinal. HEX triplet: BB, 0A and 37. RGB value is (187,10,55). Sum of RGB (Red+Green+Blue) = 187+10+55=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0A37 is #44F5C8. Grayscale: #444444. Windows color (decimal): -4519369 or 3607227. OLE color: 3607227.

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

Color convert

RGB 187 10 55 -
CMYK 0 0.95 0.71 0.27
HSL 344.75º 0.9% 0.39% -
HSV(B) 344.75º 0.95% 0.73% -
XYZ 21.29 11.06 4.63 -
YUV 68.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 187 10 55 0 0.95 0.71 0.27 344.75 0.9 0.39
Hex BB A 37 0 5F 47 1B 159 5A 27
Octal 273 12 67 0 137 107 33 531 132 47
Binary 10111011 1010 110111 0 1011111 1000111 11011 101011001 1011010 100111

Color Harmonies of #BB0A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A37

Black with #BB0A37

Text Example


Text Example

White with #BB0A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A37; }

 p { color: rgb(187,10,55); }

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

background-color css

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

 a { background-color: rgb(187,10,55); }

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

border-color css

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

 span { border-color: rgb(187,10,55); }

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