#BB0F2C

Color #BB0F2C Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BB0F2C

Tints of Cardinal #BB0F2C

Color information

#BB0F2C (or 0xBB0F2C) is unknown color: approx Cardinal. HEX triplet: BB, 0F and 2C. RGB value is (187,15,44). Sum of RGB (Red+Green+Blue) = 187+15+44=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0F2C is #44F0D3. Grayscale: #454545. Windows color (decimal): -4518100 or 2887611. OLE color: 2887611.

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

Color convert

RGB1871544-
CMYK00.920.760.27
HSL349.88º85.15%39.61%-
HSV(B)349.88º91.98%73.33%-
XYZ21.1211.093.41-
YUV69.73113.48211.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.02%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=76.02%
G=6.10%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187154400.920.760.27349.8885.1539.61
HexBBF2C05C4C1B15e5528
Octal273175401341143353612550
Binary101110111111101100010111001001100110111010111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F2C; }

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

 H1.HeaderClassName
 {
   color: #BB0F2C;
 }
 .AnyTagClassName
 {
   color: #BB0F2C;
 }
</style>
background-color css

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

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

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

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

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

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