Shades of Cardinal #B31731
Tints of Cardinal #B31731
RGB
CMYK
RGB Variations
Color information
#B31731 (or 0xB31731) is known color: Cardinal. HEX triplet: B3, 17 and 31. RGB value is (179,23,49). Sum of RGB (Red+Green+Blue) = 179+23+49=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B31731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31731 is #4CE8CE. Grayscale: #484848. Windows color (decimal): -5040335 or 3217331. OLE color: 3217331.
HSL color Cylindrical-coordinate representation of color #B31731: hue angle of 350º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31731 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 49 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.30 |
| HSL | 350º | 0.77% | 0.4% | - |
| HSV(B) | 350º | 0.87% | 0.7% | - |
| XYZ | 19.45 | 10.42 | 3.89 | - |
| YUV | 72.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 49 | 0 | 0.87 | 0.73 | 0.30 | 350 | 0.77 | 0.4 |
| Hex | B3 | 17 | 31 | 0 | 57 | 49 | 1E | 15E | 4D | 28 |
| Octal | 263 | 27 | 61 | 0 | 127 | 111 | 36 | 536 | 115 | 50 |
| Binary | 10110011 | 10111 | 110001 | 0 | 1010111 | 1001001 | 11110 | 101011110 | 1001101 | 101000 |
Color Harmonies of #B31731
Complementary color
Monochromatic Colors of #B31731
Black with #B31731
Text Example
Text Example
White with #B31731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31731; }
p { color: rgb(179,23,49); }
H1.HeaderClassName
{
color: #B31731;
}
.AnyTagClassName
{
color: #B31731;
}
</style>
background-color css
<style>
a { background-color: #B31731; }
a { background-color: rgb(179,23,49); }
div.DivClassName
{
background-color: #B31731;
}
.BgClassName
{
background-color: #B31731;
}
</style>
border-color css
<style>
span { border-color: #B31731; }
span { border-color: rgb(179,23,49); }
td.TdClassName
{
border-color: #B31731;
}
.TagClassName
{
border-color: #B31731;
}
</style>