Shades of Cardinal #B80937
Tints of Cardinal #B80937
RGB
CMYK
RGB Variations
Color information
#B80937 (or 0xB80937) is known color: Cardinal. HEX triplet: B8, 09 and 37. RGB value is (184,9,55). Sum of RGB (Red+Green+Blue) = 184+9+55=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B80937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80937 is #47F6C8. Grayscale: #424242. Windows color (decimal): -4716233 or 3606968. OLE color: 3606968.
HSL color Cylindrical-coordinate representation of color #B80937: hue angle of 344.23º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80937 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 55 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.28 |
| HSL | 344.23º | 0.91% | 0.38% | - |
| HSV(B) | 344.23º | 0.95% | 0.72% | - |
| XYZ | 20.55 | 10.66 | 4.59 | - |
| YUV | 66.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 55 | 0 | 0.95 | 0.70 | 0.28 | 344.23 | 0.91 | 0.38 |
| Hex | B8 | 9 | 37 | 0 | 5F | 46 | 1C | 158 | 5B | 26 |
| Octal | 270 | 11 | 67 | 0 | 137 | 106 | 34 | 530 | 133 | 46 |
| Binary | 10111000 | 1001 | 110111 | 0 | 1011111 | 1000110 | 11100 | 101011000 | 1011011 | 100110 |
Color Harmonies of #B80937
Complementary color
Monochromatic Colors of #B80937
Black with #B80937
Text Example
Text Example
White with #B80937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80937; }
p { color: rgb(184,9,55); }
H1.HeaderClassName
{
color: #B80937;
}
.AnyTagClassName
{
color: #B80937;
}
</style>
background-color css
<style>
a { background-color: #B80937; }
a { background-color: rgb(184,9,55); }
div.DivClassName
{
background-color: #B80937;
}
.BgClassName
{
background-color: #B80937;
}
</style>
border-color css
<style>
span { border-color: #B80937; }
span { border-color: rgb(184,9,55); }
td.TdClassName
{
border-color: #B80937;
}
.TagClassName
{
border-color: #B80937;
}
</style>