Shades of Cardinal #BB0835
Tints of Cardinal #BB0835
RGB
CMYK
RGB Variations
Color information
#BB0835 (or 0xBB0835) is known color: Cardinal. HEX triplet: BB, 08 and 35. RGB value is (187,8,53). Sum of RGB (Red+Green+Blue) = 187+8+53=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0835 is #44F7CA. Grayscale: #424242. Windows color (decimal): -4519883 or 3475643. OLE color: 3475643.
HSL color Cylindrical-coordinate representation of color #BB0835: hue angle of 344.92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0835 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.27 |
| HSL | 344.92º | 0.92% | 0.38% | - |
| HSV(B) | 344.92º | 0.96% | 0.73% | - |
| XYZ | 21.22 | 11 | 4.37 | - |
| YUV | 66.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 53 | 0 | 0.96 | 0.72 | 0.27 | 344.92 | 0.92 | 0.38 |
| Hex | BB | 8 | 35 | 0 | 60 | 48 | 1B | 159 | 5C | 26 |
| Octal | 273 | 10 | 65 | 0 | 140 | 110 | 33 | 531 | 134 | 46 |
| Binary | 10111011 | 1000 | 110101 | 0 | 1100000 | 1001000 | 11011 | 101011001 | 1011100 | 100110 |
Color Harmonies of #BB0835
Complementary color
Monochromatic Colors of #BB0835
Black with #BB0835
Text Example
Text Example
White with #BB0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0835; }
p { color: rgb(187,8,53); }
H1.HeaderClassName
{
color: #BB0835;
}
.AnyTagClassName
{
color: #BB0835;
}
</style>
background-color css
<style>
a { background-color: #BB0835; }
a { background-color: rgb(187,8,53); }
div.DivClassName
{
background-color: #BB0835;
}
.BgClassName
{
background-color: #BB0835;
}
</style>
border-color css
<style>
span { border-color: #BB0835; }
span { border-color: rgb(187,8,53); }
td.TdClassName
{
border-color: #BB0835;
}
.TagClassName
{
border-color: #BB0835;
}
</style>