Shades of Cardinal #B5142E
Tints of Cardinal #B5142E
RGB
CMYK
RGB Variations
Color information
#B5142E (or 0xB5142E) is known color: Cardinal. HEX triplet: B5, 14 and 2E. RGB value is (181,20,46). Sum of RGB (Red+Green+Blue) = 181+20+46=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B5142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5142E is #4AEBD1. Grayscale: #474747. Windows color (decimal): -4910034 or 3019957. OLE color: 3019957.
HSL color Cylindrical-coordinate representation of color #B5142E: hue angle of 350.31º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5142E is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 46 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.29 |
| HSL | 350.31º | 0.8% | 0.39% | - |
| HSV(B) | 350.31º | 0.89% | 0.71% | - |
| XYZ | 19.8 | 10.52 | 3.57 | - |
| YUV | 71.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 46 | 0 | 0.89 | 0.75 | 0.29 | 350.31 | 0.8 | 0.39 |
| Hex | B5 | 14 | 2E | 0 | 59 | 4B | 1D | 15E | 50 | 27 |
| Octal | 265 | 24 | 56 | 0 | 131 | 113 | 35 | 536 | 120 | 47 |
| Binary | 10110101 | 10100 | 101110 | 0 | 1011001 | 1001011 | 11101 | 101011110 | 1010000 | 100111 |
Color Harmonies of #B5142E
Complementary color
Monochromatic Colors of #B5142E
Black with #B5142E
Text Example
Text Example
White with #B5142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5142E; }
p { color: rgb(181,20,46); }
H1.HeaderClassName
{
color: #B5142E;
}
.AnyTagClassName
{
color: #B5142E;
}
</style>
background-color css
<style>
a { background-color: #B5142E; }
a { background-color: rgb(181,20,46); }
div.DivClassName
{
background-color: #B5142E;
}
.BgClassName
{
background-color: #B5142E;
}
</style>
border-color css
<style>
span { border-color: #B5142E; }
span { border-color: rgb(181,20,46); }
td.TdClassName
{
border-color: #B5142E;
}
.TagClassName
{
border-color: #B5142E;
}
</style>