Shades of Cardinal #BB0D3C
Tints of Cardinal #BB0D3C
RGB
CMYK
RGB Variations
Color information
#BB0D3C (or 0xBB0D3C) is known color: Cardinal. HEX triplet: BB, 0D and 3C. RGB value is (187,13,60). Sum of RGB (Red+Green+Blue) = 187+13+60=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D3C is #44F2C3. Grayscale: #464646. Windows color (decimal): -4518596 or 3935675. OLE color: 3935675.
HSL color Cylindrical-coordinate representation of color #BB0D3C: hue angle of 343.79º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D3C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.27 |
| HSL | 343.79º | 0.87% | 0.39% | - |
| HSV(B) | 343.79º | 0.93% | 0.73% | - |
| XYZ | 21.45 | 11.18 | 5.3 | - |
| YUV | 70.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 60 | 0 | 0.93 | 0.68 | 0.27 | 343.79 | 0.87 | 0.39 |
| Hex | BB | D | 3C | 0 | 5D | 44 | 1B | 158 | 57 | 27 |
| Octal | 273 | 15 | 74 | 0 | 135 | 104 | 33 | 530 | 127 | 47 |
| Binary | 10111011 | 1101 | 111100 | 0 | 1011101 | 1000100 | 11011 | 101011000 | 1010111 | 100111 |
Color Harmonies of #BB0D3C
Complementary color
Monochromatic Colors of #BB0D3C
Black with #BB0D3C
Text Example
Text Example
White with #BB0D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0D3C; }
p { color: rgb(187,13,60); }
H1.HeaderClassName
{
color: #BB0D3C;
}
.AnyTagClassName
{
color: #BB0D3C;
}
</style>
background-color css
<style>
a { background-color: #BB0D3C; }
a { background-color: rgb(187,13,60); }
div.DivClassName
{
background-color: #BB0D3C;
}
.BgClassName
{
background-color: #BB0D3C;
}
</style>
border-color css
<style>
span { border-color: #BB0D3C; }
span { border-color: rgb(187,13,60); }
td.TdClassName
{
border-color: #BB0D3C;
}
.TagClassName
{
border-color: #BB0D3C;
}
</style>