Shades of Cardinal #BB0841
Tints of Cardinal #BB0841
RGB
CMYK
RGB Variations
Color information
#BB0841 (or 0xBB0841) is known color: Cardinal. HEX triplet: BB, 08 and 41. RGB value is (187,8,65). Sum of RGB (Red+Green+Blue) = 187+8+65=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0841 is #44F7BE. Grayscale: #434343. Windows color (decimal): -4519871 or 4262075. OLE color: 4262075.
HSL color Cylindrical-coordinate representation of color #BB0841: hue angle of 340.89º 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 #BB0841 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.27 |
| HSL | 340.89º | 0.92% | 0.38% | - |
| HSV(B) | 340.89º | 0.96% | 0.73% | - |
| XYZ | 21.53 | 11.12 | 6.01 | - |
| YUV | 68.02 | 126.3 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 65 | 0 | 0.96 | 0.65 | 0.27 | 340.89 | 0.92 | 0.38 |
| Hex | BB | 8 | 41 | 0 | 60 | 41 | 1B | 155 | 5C | 26 |
| Octal | 273 | 10 | 101 | 0 | 140 | 101 | 33 | 525 | 134 | 46 |
| Binary | 10111011 | 1000 | 1000001 | 0 | 1100000 | 1000001 | 11011 | 101010101 | 1011100 | 100110 |
Color Harmonies of #BB0841
Complementary color
Monochromatic Colors of #BB0841
Black with #BB0841
Text Example
Text Example
White with #BB0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0841; }
p { color: rgb(187,8,65); }
H1.HeaderClassName
{
color: #BB0841;
}
.AnyTagClassName
{
color: #BB0841;
}
</style>
background-color css
<style>
a { background-color: #BB0841; }
a { background-color: rgb(187,8,65); }
div.DivClassName
{
background-color: #BB0841;
}
.BgClassName
{
background-color: #BB0841;
}
</style>
border-color css
<style>
span { border-color: #BB0841; }
span { border-color: rgb(187,8,65); }
td.TdClassName
{
border-color: #BB0841;
}
.TagClassName
{
border-color: #BB0841;
}
</style>