Shades of Cardinal #B31936
Tints of Cardinal #B31936
RGB
CMYK
RGB Variations
Color information
#B31936 (or 0xB31936) is known color: Cardinal. HEX triplet: B3, 19 and 36. RGB value is (179,25,54). Sum of RGB (Red+Green+Blue) = 179+25+54=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B31936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31936 is #4CE6C9. Grayscale: #4A4A4A. Windows color (decimal): -5039818 or 3545523. OLE color: 3545523.
HSL color Cylindrical-coordinate representation of color #B31936: hue angle of 348.7º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31936 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 25 | 54 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.30 |
| HSL | 348.7º | 0.75% | 0.4% | - |
| HSV(B) | 348.7º | 0.86% | 0.7% | - |
| XYZ | 19.6 | 10.55 | 4.49 | - |
| YUV | 74.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 54 | 0 | 0.86 | 0.70 | 0.30 | 348.7 | 0.75 | 0.4 |
| Hex | B3 | 19 | 36 | 0 | 56 | 46 | 1E | 15D | 4B | 28 |
| Octal | 263 | 31 | 66 | 0 | 126 | 106 | 36 | 535 | 113 | 50 |
| Binary | 10110011 | 11001 | 110110 | 0 | 1010110 | 1000110 | 11110 | 101011101 | 1001011 | 101000 |
Color Harmonies of #B31936
Complementary color
Monochromatic Colors of #B31936
Black with #B31936
Text Example
Text Example
White with #B31936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31936; }
p { color: rgb(179,25,54); }
H1.HeaderClassName
{
color: #B31936;
}
.AnyTagClassName
{
color: #B31936;
}
</style>
background-color css
<style>
a { background-color: #B31936; }
a { background-color: rgb(179,25,54); }
div.DivClassName
{
background-color: #B31936;
}
.BgClassName
{
background-color: #B31936;
}
</style>
border-color css
<style>
span { border-color: #B31936; }
span { border-color: rgb(179,25,54); }
td.TdClassName
{
border-color: #B31936;
}
.TagClassName
{
border-color: #B31936;
}
</style>