Shades of Cardinal #BB0832
Tints of Cardinal #BB0832
RGB
CMYK
RGB Variations
Color information
#BB0832 (or 0xBB0832) is known color: Cardinal. HEX triplet: BB, 08 and 32. RGB value is (187,8,50). Sum of RGB (Red+Green+Blue) = 187+8+50=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0832 is #44F7CD. Grayscale: #424242. Windows color (decimal): -4519886 or 3279035. OLE color: 3279035.
HSL color Cylindrical-coordinate representation of color #BB0832: hue angle of 345.92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0832 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.27 |
| HSL | 345.92º | 0.92% | 0.38% | - |
| HSV(B) | 345.92º | 0.96% | 0.73% | - |
| XYZ | 21.16 | 10.97 | 4.02 | - |
| YUV | 66.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 50 | 0 | 0.96 | 0.73 | 0.27 | 345.92 | 0.92 | 0.38 |
| Hex | BB | 8 | 32 | 0 | 60 | 49 | 1B | 15A | 5C | 26 |
| Octal | 273 | 10 | 62 | 0 | 140 | 111 | 33 | 532 | 134 | 46 |
| Binary | 10111011 | 1000 | 110010 | 0 | 1100000 | 1001001 | 11011 | 101011010 | 1011100 | 100110 |
Color Harmonies of #BB0832
Complementary color
Monochromatic Colors of #BB0832
Black with #BB0832
Text Example
Text Example
White with #BB0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0832; }
p { color: rgb(187,8,50); }
H1.HeaderClassName
{
color: #BB0832;
}
.AnyTagClassName
{
color: #BB0832;
}
</style>
background-color css
<style>
a { background-color: #BB0832; }
a { background-color: rgb(187,8,50); }
div.DivClassName
{
background-color: #BB0832;
}
.BgClassName
{
background-color: #BB0832;
}
</style>
border-color css
<style>
span { border-color: #BB0832; }
span { border-color: rgb(187,8,50); }
td.TdClassName
{
border-color: #BB0832;
}
.TagClassName
{
border-color: #BB0832;
}
</style>