Shades of Cardinal #BB0445
Tints of Cardinal #BB0445
RGB
CMYK
RGB Variations
Color information
#BB0445 (or 0xBB0445) is known color: Cardinal. HEX triplet: BB, 04 and 45. RGB value is (187,4,69). Sum of RGB (Red+Green+Blue) = 187+4+69=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0445 is #44FBBA. Grayscale: #424242. Windows color (decimal): -4520891 or 4523195. OLE color: 4523195.
HSL color Cylindrical-coordinate representation of color #BB0445: hue angle of 338.69º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0445 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.27 |
| HSL | 338.69º | 0.96% | 0.37% | - |
| HSV(B) | 338.69º | 0.98% | 0.73% | - |
| XYZ | 21.61 | 11.08 | 6.63 | - |
| YUV | 66.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 69 | 0 | 0.98 | 0.63 | 0.27 | 338.69 | 0.96 | 0.37 |
| Hex | BB | 4 | 45 | 0 | 62 | 3F | 1B | 153 | 60 | 25 |
| Octal | 273 | 4 | 105 | 0 | 142 | 77 | 33 | 523 | 140 | 45 |
| Binary | 10111011 | 100 | 1000101 | 0 | 1100010 | 111111 | 11011 | 101010011 | 1100000 | 100101 |
Color Harmonies of #BB0445
Complementary color
Monochromatic Colors of #BB0445
Black with #BB0445
Text Example
Text Example
White with #BB0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0445; }
p { color: rgb(187,4,69); }
H1.HeaderClassName
{
color: #BB0445;
}
.AnyTagClassName
{
color: #BB0445;
}
</style>
background-color css
<style>
a { background-color: #BB0445; }
a { background-color: rgb(187,4,69); }
div.DivClassName
{
background-color: #BB0445;
}
.BgClassName
{
background-color: #BB0445;
}
</style>
border-color css
<style>
span { border-color: #BB0445; }
span { border-color: rgb(187,4,69); }
td.TdClassName
{
border-color: #BB0445;
}
.TagClassName
{
border-color: #BB0445;
}
</style>