Shades of Cardinal #BB2432
Tints of Cardinal #BB2432
RGB
CMYK
RGB Variations
Color information
#BB2432 (or 0xBB2432) is known color: Cardinal. HEX triplet: BB, 24 and 32. RGB value is (187,36,50). Sum of RGB (Red+Green+Blue) = 187+36+50=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2432 is #44DBCD. Grayscale: #525252. Windows color (decimal): -4512718 or 3286203. OLE color: 3286203.
HSL color Cylindrical-coordinate representation of color #BB2432: hue angle of 354.44º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2432 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 50 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.27 |
| HSL | 354.44º | 0.68% | 0.44% | - |
| HSV(B) | 354.44º | 0.81% | 0.73% | - |
| XYZ | 21.7 | 12.06 | 4.2 | - |
| YUV | 82.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 50 | 0 | 0.81 | 0.73 | 0.27 | 354.44 | 0.68 | 0.44 |
| Hex | BB | 24 | 32 | 0 | 51 | 49 | 1B | 162 | 44 | 2C |
| Octal | 273 | 44 | 62 | 0 | 121 | 111 | 33 | 542 | 104 | 54 |
| Binary | 10111011 | 100100 | 110010 | 0 | 1010001 | 1001001 | 11011 | 101100010 | 1000100 | 101100 |
Color Harmonies of #BB2432
Complementary color
Monochromatic Colors of #BB2432
Black with #BB2432
Text Example
Text Example
White with #BB2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2432; }
p { color: rgb(187,36,50); }
H1.HeaderClassName
{
color: #BB2432;
}
.AnyTagClassName
{
color: #BB2432;
}
</style>
background-color css
<style>
a { background-color: #BB2432; }
a { background-color: rgb(187,36,50); }
div.DivClassName
{
background-color: #BB2432;
}
.BgClassName
{
background-color: #BB2432;
}
</style>
border-color css
<style>
span { border-color: #BB2432; }
span { border-color: rgb(187,36,50); }
td.TdClassName
{
border-color: #BB2432;
}
.TagClassName
{
border-color: #BB2432;
}
</style>