Shades of Cardinal #BB0443
Tints of Cardinal #BB0443
RGB
CMYK
RGB Variations
Color information
#BB0443 (or 0xBB0443) is known color: Cardinal. HEX triplet: BB, 04 and 43. RGB value is (187,4,67). Sum of RGB (Red+Green+Blue) = 187+4+67=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0443 is #44FBBC. Grayscale: #414141. Windows color (decimal): -4520893 or 4392123. OLE color: 4392123.
HSL color Cylindrical-coordinate representation of color #BB0443: hue angle of 339.34º 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 #BB0443 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.27 |
| HSL | 339.34º | 0.96% | 0.37% | - |
| HSV(B) | 339.34º | 0.98% | 0.73% | - |
| XYZ | 21.55 | 11.06 | 6.31 | - |
| YUV | 65.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 67 | 0 | 0.98 | 0.64 | 0.27 | 339.34 | 0.96 | 0.37 |
| Hex | BB | 4 | 43 | 0 | 62 | 40 | 1B | 153 | 60 | 25 |
| Octal | 273 | 4 | 103 | 0 | 142 | 100 | 33 | 523 | 140 | 45 |
| Binary | 10111011 | 100 | 1000011 | 0 | 1100010 | 1000000 | 11011 | 101010011 | 1100000 | 100101 |
Color Harmonies of #BB0443
Complementary color
Monochromatic Colors of #BB0443
Black with #BB0443
Text Example
Text Example
White with #BB0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0443; }
p { color: rgb(187,4,67); }
H1.HeaderClassName
{
color: #BB0443;
}
.AnyTagClassName
{
color: #BB0443;
}
</style>
background-color css
<style>
a { background-color: #BB0443; }
a { background-color: rgb(187,4,67); }
div.DivClassName
{
background-color: #BB0443;
}
.BgClassName
{
background-color: #BB0443;
}
</style>
border-color css
<style>
span { border-color: #BB0443; }
span { border-color: rgb(187,4,67); }
td.TdClassName
{
border-color: #BB0443;
}
.TagClassName
{
border-color: #BB0443;
}
</style>