Shades of Cardinal #B80837
Tints of Cardinal #B80837
RGB
CMYK
RGB Variations
Color information
#B80837 (or 0xB80837) is known color: Cardinal. HEX triplet: B8, 08 and 37. RGB value is (184,8,55). Sum of RGB (Red+Green+Blue) = 184+8+55=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B80837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80837 is #47F7C8. Grayscale: #414141. Windows color (decimal): -4716489 or 3606712. OLE color: 3606712.
HSL color Cylindrical-coordinate representation of color #B80837: hue angle of 343.98º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80837 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.28 |
| HSL | 343.98º | 0.92% | 0.38% | - |
| HSV(B) | 343.98º | 0.96% | 0.72% | - |
| XYZ | 20.54 | 10.64 | 4.59 | - |
| YUV | 65.98 | 121.81 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 8 | 55 | 0 | 0.96 | 0.70 | 0.28 | 343.98 | 0.92 | 0.38 |
| Hex | B8 | 8 | 37 | 0 | 60 | 46 | 1C | 158 | 5C | 26 |
| Octal | 270 | 10 | 67 | 0 | 140 | 106 | 34 | 530 | 134 | 46 |
| Binary | 10111000 | 1000 | 110111 | 0 | 1100000 | 1000110 | 11100 | 101011000 | 1011100 | 100110 |
Color Harmonies of #B80837
Complementary color
Monochromatic Colors of #B80837
Black with #B80837
Text Example
Text Example
White with #B80837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80837; }
p { color: rgb(184,8,55); }
H1.HeaderClassName
{
color: #B80837;
}
.AnyTagClassName
{
color: #B80837;
}
</style>
background-color css
<style>
a { background-color: #B80837; }
a { background-color: rgb(184,8,55); }
div.DivClassName
{
background-color: #B80837;
}
.BgClassName
{
background-color: #B80837;
}
</style>
border-color css
<style>
span { border-color: #B80837; }
span { border-color: rgb(184,8,55); }
td.TdClassName
{
border-color: #B80837;
}
.TagClassName
{
border-color: #B80837;
}
</style>