Shades of Cardinal #BB0B3B
Tints of Cardinal #BB0B3B
RGB
CMYK
RGB Variations
Color information
#BB0B3B (or 0xBB0B3B) is known color: Cardinal. HEX triplet: BB, 0B and 3B. RGB value is (187,11,59). Sum of RGB (Red+Green+Blue) = 187+11+59=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B3B is #44F4C4. Grayscale: #454545. Windows color (decimal): -4519109 or 3869627. OLE color: 3869627.
HSL color Cylindrical-coordinate representation of color #BB0B3B: hue angle of 343.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B3B is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 59 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.27 |
| HSL | 343.64º | 0.89% | 0.39% | - |
| HSV(B) | 343.64º | 0.94% | 0.73% | - |
| XYZ | 21.4 | 11.12 | 5.16 | - |
| YUV | 69.1 | 122.31 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 59 | 0 | 0.94 | 0.68 | 0.27 | 343.64 | 0.89 | 0.39 |
| Hex | BB | B | 3B | 0 | 5E | 44 | 1B | 158 | 59 | 27 |
| Octal | 273 | 13 | 73 | 0 | 136 | 104 | 33 | 530 | 131 | 47 |
| Binary | 10111011 | 1011 | 111011 | 0 | 1011110 | 1000100 | 11011 | 101011000 | 1011001 | 100111 |
Color Harmonies of #BB0B3B
Complementary color
Monochromatic Colors of #BB0B3B
Black with #BB0B3B
Text Example
Text Example
White with #BB0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B3B; }
p { color: rgb(187,11,59); }
H1.HeaderClassName
{
color: #BB0B3B;
}
.AnyTagClassName
{
color: #BB0B3B;
}
</style>
background-color css
<style>
a { background-color: #BB0B3B; }
a { background-color: rgb(187,11,59); }
div.DivClassName
{
background-color: #BB0B3B;
}
.BgClassName
{
background-color: #BB0B3B;
}
</style>
border-color css
<style>
span { border-color: #BB0B3B; }
span { border-color: rgb(187,11,59); }
td.TdClassName
{
border-color: #BB0B3B;
}
.TagClassName
{
border-color: #BB0B3B;
}
</style>