#BB0E2B

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

Shades of Cardinal #BB0E2B

Tints of Cardinal #BB0E2B

Color information

#BB0E2B (or 0xBB0E2B) is unknown color: approx Cardinal. HEX triplet: BB, 0E and 2B. RGB value is (187,14,43). Sum of RGB (Red+Green+Blue) = 187+14+43=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E2B is #44F1D4. Grayscale: #454545. Windows color (decimal): -4518357 or 2821819. OLE color: 2821819.

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

Color convert

RGB1871443-
CMYK00.930.770.27
HSL349.94º86.07%39.41%-
HSV(B)349.94º92.51%73.33%-
XYZ21.0911.053.31-
YUV69.03113.31212.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.64%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=76.64%
G=5.74%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187144300.930.770.27349.9486.0739.41
HexBBE2B05D4D1B15e5627
Octal273165301351153353612647
Binary101110111110101011010111011001101110111010111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0E2B; }

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

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

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

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

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

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

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

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