Shades of Cardinal #B7142E
Tints of Cardinal #B7142E
RGB
CMYK
RGB Variations
Color information
#B7142E (or 0xB7142E) is known color: Cardinal. HEX triplet: B7, 14 and 2E. RGB value is (183,20,46). Sum of RGB (Red+Green+Blue) = 183+20+46=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7142E is #48EBD1. Grayscale: #474747. Windows color (decimal): -4778962 or 3019959. OLE color: 3019959.
HSL color Cylindrical-coordinate representation of color #B7142E: hue angle of 350.43º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7142E is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 46 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.28 |
| HSL | 350.43º | 0.8% | 0.4% | - |
| HSV(B) | 350.43º | 0.89% | 0.72% | - |
| XYZ | 20.27 | 10.76 | 3.59 | - |
| YUV | 71.7 | 113.5 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 46 | 0 | 0.89 | 0.75 | 0.28 | 350.43 | 0.8 | 0.4 |
| Hex | B7 | 14 | 2E | 0 | 59 | 4B | 1C | 15E | 50 | 28 |
| Octal | 267 | 24 | 56 | 0 | 131 | 113 | 34 | 536 | 120 | 50 |
| Binary | 10110111 | 10100 | 101110 | 0 | 1011001 | 1001011 | 11100 | 101011110 | 1010000 | 101000 |
Color Harmonies of #B7142E
Complementary color
Monochromatic Colors of #B7142E
Black with #B7142E
Text Example
Text Example
White with #B7142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7142E; }
p { color: rgb(183,20,46); }
H1.HeaderClassName
{
color: #B7142E;
}
.AnyTagClassName
{
color: #B7142E;
}
</style>
background-color css
<style>
a { background-color: #B7142E; }
a { background-color: rgb(183,20,46); }
div.DivClassName
{
background-color: #B7142E;
}
.BgClassName
{
background-color: #B7142E;
}
</style>
border-color css
<style>
span { border-color: #B7142E; }
span { border-color: rgb(183,20,46); }
td.TdClassName
{
border-color: #B7142E;
}
.TagClassName
{
border-color: #B7142E;
}
</style>