Shades of Cardinal #BB1432
Tints of Cardinal #BB1432
RGB
CMYK
RGB Variations
Color information
#BB1432 (or 0xBB1432) is known color: Cardinal. HEX triplet: BB, 14 and 32. RGB value is (187,20,50). Sum of RGB (Red+Green+Blue) = 187+20+50=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1432 is #44EBCD. Grayscale: #494949. Windows color (decimal): -4516814 or 3282107. OLE color: 3282107.
HSL color Cylindrical-coordinate representation of color #BB1432: hue angle of 349.22º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1432 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 50 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.27 |
| HSL | 349.22º | 0.81% | 0.41% | - |
| HSV(B) | 349.22º | 0.89% | 0.73% | - |
| XYZ | 21.32 | 11.3 | 4.07 | - |
| YUV | 73.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 50 | 0 | 0.89 | 0.73 | 0.27 | 349.22 | 0.81 | 0.41 |
| Hex | BB | 14 | 32 | 0 | 59 | 49 | 1B | 15D | 51 | 29 |
| Octal | 273 | 24 | 62 | 0 | 131 | 111 | 33 | 535 | 121 | 51 |
| Binary | 10111011 | 10100 | 110010 | 0 | 1011001 | 1001001 | 11011 | 101011101 | 1010001 | 101001 |
Color Harmonies of #BB1432
Complementary color
Monochromatic Colors of #BB1432
Black with #BB1432
Text Example
Text Example
White with #BB1432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1432; }
p { color: rgb(187,20,50); }
H1.HeaderClassName
{
color: #BB1432;
}
.AnyTagClassName
{
color: #BB1432;
}
</style>
background-color css
<style>
a { background-color: #BB1432; }
a { background-color: rgb(187,20,50); }
div.DivClassName
{
background-color: #BB1432;
}
.BgClassName
{
background-color: #BB1432;
}
</style>
border-color css
<style>
span { border-color: #BB1432; }
span { border-color: rgb(187,20,50); }
td.TdClassName
{
border-color: #BB1432;
}
.TagClassName
{
border-color: #BB1432;
}
</style>