Shades of Cardinal #BB0845
Tints of Cardinal #BB0845
RGB
CMYK
RGB Variations
Color information
#BB0845 (or 0xBB0845) is known color: Cardinal. HEX triplet: BB, 08 and 45. RGB value is (187,8,69). Sum of RGB (Red+Green+Blue) = 187+8+69=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0845 is #44F7BA. Grayscale: #444444. Windows color (decimal): -4519867 or 4524219. OLE color: 4524219.
HSL color Cylindrical-coordinate representation of color #BB0845: hue angle of 339.55º 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 #BB0845 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.27 |
| HSL | 339.55º | 0.92% | 0.38% | - |
| HSV(B) | 339.55º | 0.96% | 0.73% | - |
| XYZ | 21.65 | 11.17 | 6.64 | - |
| YUV | 68.48 | 128.3 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 69 | 0 | 0.96 | 0.63 | 0.27 | 339.55 | 0.92 | 0.38 |
| Hex | BB | 8 | 45 | 0 | 60 | 3F | 1B | 154 | 5C | 26 |
| Octal | 273 | 10 | 105 | 0 | 140 | 77 | 33 | 524 | 134 | 46 |
| Binary | 10111011 | 1000 | 1000101 | 0 | 1100000 | 111111 | 11011 | 101010100 | 1011100 | 100110 |
Color Harmonies of #BB0845
Complementary color
Monochromatic Colors of #BB0845
Black with #BB0845
Text Example
Text Example
White with #BB0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0845; }
p { color: rgb(187,8,69); }
H1.HeaderClassName
{
color: #BB0845;
}
.AnyTagClassName
{
color: #BB0845;
}
</style>
background-color css
<style>
a { background-color: #BB0845; }
a { background-color: rgb(187,8,69); }
div.DivClassName
{
background-color: #BB0845;
}
.BgClassName
{
background-color: #BB0845;
}
</style>
border-color css
<style>
span { border-color: #BB0845; }
span { border-color: rgb(187,8,69); }
td.TdClassName
{
border-color: #BB0845;
}
.TagClassName
{
border-color: #BB0845;
}
</style>