Shades of Cardinal #BB082C
Tints of Cardinal #BB082C
RGB
CMYK
RGB Variations
Color information
#BB082C (or 0xBB082C) is known color: Cardinal. HEX triplet: BB, 08 and 2C. RGB value is (187,8,44). Sum of RGB (Red+Green+Blue) = 187+8+44=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB082C is #44F7D3. Grayscale: #414141. Windows color (decimal): -4519892 or 2885819. OLE color: 2885819.
HSL color Cylindrical-coordinate representation of color #BB082C: hue angle of 347.93º 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 #BB082C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.27 |
| HSL | 347.93º | 0.92% | 0.38% | - |
| HSV(B) | 347.93º | 0.96% | 0.73% | - |
| XYZ | 21.03 | 10.92 | 3.38 | - |
| YUV | 65.63 | 115.8 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 44 | 0 | 0.96 | 0.76 | 0.27 | 347.93 | 0.92 | 0.38 |
| Hex | BB | 8 | 2C | 0 | 60 | 4C | 1B | 15C | 5C | 26 |
| Octal | 273 | 10 | 54 | 0 | 140 | 114 | 33 | 534 | 134 | 46 |
| Binary | 10111011 | 1000 | 101100 | 0 | 1100000 | 1001100 | 11011 | 101011100 | 1011100 | 100110 |
Color Harmonies of #BB082C
Complementary color
Monochromatic Colors of #BB082C
Black with #BB082C
Text Example
Text Example
White with #BB082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB082C; }
p { color: rgb(187,8,44); }
H1.HeaderClassName
{
color: #BB082C;
}
.AnyTagClassName
{
color: #BB082C;
}
</style>
background-color css
<style>
a { background-color: #BB082C; }
a { background-color: rgb(187,8,44); }
div.DivClassName
{
background-color: #BB082C;
}
.BgClassName
{
background-color: #BB082C;
}
</style>
border-color css
<style>
span { border-color: #BB082C; }
span { border-color: rgb(187,8,44); }
td.TdClassName
{
border-color: #BB082C;
}
.TagClassName
{
border-color: #BB082C;
}
</style>