Shades of Cardinal #BB0043
Tints of Cardinal #BB0043
RGB
CMYK
RGB Variations
Color information
#BB0043 (or 0xBB0043) is known color: Cardinal. HEX triplet: BB, 00 and 43. RGB value is (187,0,67). Sum of RGB (Red+Green+Blue) = 187+0+67=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0043 is #44FFBC. Grayscale: #3F3F3F. Windows color (decimal): -4521917 or 4391099. OLE color: 4391099.
HSL color Cylindrical-coordinate representation of color #BB0043: hue angle of 338.5º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0043 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.64 | 0.27 |
| HSL | 338.5º | 1% | 0.37% | - |
| HSV(B) | 338.5º | 1% | 0.73% | - |
| XYZ | 21.51 | 10.97 | 6.29 | - |
| YUV | 63.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 67 | 0 | 1 | 0.64 | 0.27 | 338.5 | 1 | 0.37 |
| Hex | BB | 0 | 43 | 0 | 64 | 40 | 1B | 153 | 64 | 25 |
| Octal | 273 | 0 | 103 | 0 | 144 | 100 | 33 | 523 | 144 | 45 |
| Binary | 10111011 | 0 | 1000011 | 0 | 1100100 | 1000000 | 11011 | 101010011 | 1100100 | 100101 |
Color Harmonies of #BB0043
Complementary color
Monochromatic Colors of #BB0043
Black with #BB0043
Text Example
Text Example
White with #BB0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0043; }
p { color: rgb(187,0,67); }
H1.HeaderClassName
{
color: #BB0043;
}
.AnyTagClassName
{
color: #BB0043;
}
</style>
background-color css
<style>
a { background-color: #BB0043; }
a { background-color: rgb(187,0,67); }
div.DivClassName
{
background-color: #BB0043;
}
.BgClassName
{
background-color: #BB0043;
}
</style>
border-color css
<style>
span { border-color: #BB0043; }
span { border-color: rgb(187,0,67); }
td.TdClassName
{
border-color: #BB0043;
}
.TagClassName
{
border-color: #BB0043;
}
</style>