Shades of Cardinal #B31436
Tints of Cardinal #B31436
RGB
CMYK
RGB Variations
Color information
#B31436 (or 0xB31436) is known color: Cardinal. HEX triplet: B3, 14 and 36. RGB value is (179,20,54). Sum of RGB (Red+Green+Blue) = 179+20+54=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31436 is #4CEBC9. Grayscale: #474747. Windows color (decimal): -5041098 or 3544243. OLE color: 3544243.
HSL color Cylindrical-coordinate representation of color #B31436: hue angle of 347.17º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31436 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 54 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.30 |
| HSL | 347.17º | 0.8% | 0.39% | - |
| HSV(B) | 347.17º | 0.89% | 0.7% | - |
| XYZ | 19.51 | 10.35 | 4.46 | - |
| YUV | 71.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 54 | 0 | 0.89 | 0.70 | 0.30 | 347.17 | 0.8 | 0.39 |
| Hex | B3 | 14 | 36 | 0 | 59 | 46 | 1E | 15B | 50 | 27 |
| Octal | 263 | 24 | 66 | 0 | 131 | 106 | 36 | 533 | 120 | 47 |
| Binary | 10110011 | 10100 | 110110 | 0 | 1011001 | 1000110 | 11110 | 101011011 | 1010000 | 100111 |
Color Harmonies of #B31436
Complementary color
Monochromatic Colors of #B31436
Black with #B31436
Text Example
Text Example
White with #B31436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31436; }
p { color: rgb(179,20,54); }
H1.HeaderClassName
{
color: #B31436;
}
.AnyTagClassName
{
color: #B31436;
}
</style>
background-color css
<style>
a { background-color: #B31436; }
a { background-color: rgb(179,20,54); }
div.DivClassName
{
background-color: #B31436;
}
.BgClassName
{
background-color: #B31436;
}
</style>
border-color css
<style>
span { border-color: #B31436; }
span { border-color: rgb(179,20,54); }
td.TdClassName
{
border-color: #B31436;
}
.TagClassName
{
border-color: #B31436;
}
</style>