Shades of Cardinal #B80031
Tints of Cardinal #B80031
RGB
CMYK
RGB Variations
Color information
#B80031 (or 0xB80031) is known color: Cardinal. HEX triplet: B8, 00 and 31. RGB value is (184,0,49). Sum of RGB (Red+Green+Blue) = 184+0+49=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B80031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80031 is #47FFCE. Grayscale: #3C3C3C. Windows color (decimal): -4718543 or 3211448. OLE color: 3211448.
HSL color Cylindrical-coordinate representation of color #B80031: hue angle of 344.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80031 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.73 | 0.28 |
| HSL | 344.02º | 1% | 0.36% | - |
| HSV(B) | 344.02º | 1% | 0.72% | - |
| XYZ | 20.32 | 10.41 | 3.84 | - |
| YUV | 60.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 49 | 0 | 1 | 0.73 | 0.28 | 344.02 | 1 | 0.36 |
| Hex | B8 | 0 | 31 | 0 | 64 | 49 | 1C | 158 | 64 | 24 |
| Octal | 270 | 0 | 61 | 0 | 144 | 111 | 34 | 530 | 144 | 44 |
| Binary | 10111000 | 0 | 110001 | 0 | 1100100 | 1001001 | 11100 | 101011000 | 1100100 | 100100 |
Color Harmonies of #B80031
Complementary color
Monochromatic Colors of #B80031
Black with #B80031
Text Example
Text Example
White with #B80031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80031; }
p { color: rgb(184,0,49); }
H1.HeaderClassName
{
color: #B80031;
}
.AnyTagClassName
{
color: #B80031;
}
</style>
background-color css
<style>
a { background-color: #B80031; }
a { background-color: rgb(184,0,49); }
div.DivClassName
{
background-color: #B80031;
}
.BgClassName
{
background-color: #B80031;
}
</style>
border-color css
<style>
span { border-color: #B80031; }
span { border-color: rgb(184,0,49); }
td.TdClassName
{
border-color: #B80031;
}
.TagClassName
{
border-color: #B80031;
}
</style>