Shades of Cardinal #B7152A
Tints of Cardinal #B7152A
RGB
CMYK
RGB Variations
Color information
#B7152A (or 0xB7152A) is known color: Cardinal. HEX triplet: B7, 15 and 2A. RGB value is (183,21,42). Sum of RGB (Red+Green+Blue) = 183+21+42=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7152A is #48EAD5. Grayscale: #474747. Windows color (decimal): -4778710 or 2758071. OLE color: 2758071.
HSL color Cylindrical-coordinate representation of color #B7152A: hue angle of 352.22º degrees, saturation: 0.79, 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 #B7152A is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 42 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.28 |
| HSL | 352.22º | 0.79% | 0.4% | - |
| HSV(B) | 352.22º | 0.89% | 0.72% | - |
| XYZ | 20.21 | 10.77 | 3.2 | - |
| YUV | 71.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 42 | 0 | 0.89 | 0.77 | 0.28 | 352.22 | 0.79 | 0.4 |
| Hex | B7 | 15 | 2A | 0 | 59 | 4D | 1C | 160 | 4F | 28 |
| Octal | 267 | 25 | 52 | 0 | 131 | 115 | 34 | 540 | 117 | 50 |
| Binary | 10110111 | 10101 | 101010 | 0 | 1011001 | 1001101 | 11100 | 101100000 | 1001111 | 101000 |
Color Harmonies of #B7152A
Complementary color
Monochromatic Colors of #B7152A
Black with #B7152A
Text Example
Text Example
White with #B7152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7152A; }
p { color: rgb(183,21,42); }
H1.HeaderClassName
{
color: #B7152A;
}
.AnyTagClassName
{
color: #B7152A;
}
</style>
background-color css
<style>
a { background-color: #B7152A; }
a { background-color: rgb(183,21,42); }
div.DivClassName
{
background-color: #B7152A;
}
.BgClassName
{
background-color: #B7152A;
}
</style>
border-color css
<style>
span { border-color: #B7152A; }
span { border-color: rgb(183,21,42); }
td.TdClassName
{
border-color: #B7152A;
}
.TagClassName
{
border-color: #B7152A;
}
</style>