Shades of Cardinal #B31435
Tints of Cardinal #B31435
RGB
CMYK
RGB Variations
Color information
#B31435 (or 0xB31435) is known color: Cardinal. HEX triplet: B3, 14 and 35. RGB value is (179,20,53). Sum of RGB (Red+Green+Blue) = 179+20+53=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B31435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31435 is #4CEBCA. Grayscale: #474747. Windows color (decimal): -5041099 or 3478707. OLE color: 3478707.
HSL color Cylindrical-coordinate representation of color #B31435: hue angle of 347.55º 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 #B31435 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 53 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.30 |
| HSL | 347.55º | 0.8% | 0.39% | - |
| HSV(B) | 347.55º | 0.89% | 0.7% | - |
| XYZ | 19.48 | 10.34 | 4.34 | - |
| YUV | 71.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 53 | 0 | 0.89 | 0.70 | 0.30 | 347.55 | 0.8 | 0.39 |
| Hex | B3 | 14 | 35 | 0 | 59 | 46 | 1E | 15C | 50 | 27 |
| Octal | 263 | 24 | 65 | 0 | 131 | 106 | 36 | 534 | 120 | 47 |
| Binary | 10110011 | 10100 | 110101 | 0 | 1011001 | 1000110 | 11110 | 101011100 | 1010000 | 100111 |
Color Harmonies of #B31435
Complementary color
Monochromatic Colors of #B31435
Black with #B31435
Text Example
Text Example
White with #B31435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31435; }
p { color: rgb(179,20,53); }
H1.HeaderClassName
{
color: #B31435;
}
.AnyTagClassName
{
color: #B31435;
}
</style>
background-color css
<style>
a { background-color: #B31435; }
a { background-color: rgb(179,20,53); }
div.DivClassName
{
background-color: #B31435;
}
.BgClassName
{
background-color: #B31435;
}
</style>
border-color css
<style>
span { border-color: #B31435; }
span { border-color: rgb(179,20,53); }
td.TdClassName
{
border-color: #B31435;
}
.TagClassName
{
border-color: #B31435;
}
</style>