Shades of Cardinal #B7122D
Tints of Cardinal #B7122D
RGB
CMYK
RGB Variations
Color information
#B7122D (or 0xB7122D) is known color: Cardinal. HEX triplet: B7, 12 and 2D. RGB value is (183,18,45). Sum of RGB (Red+Green+Blue) = 183+18+45=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122D is #48EDD2. Grayscale: #464646. Windows color (decimal): -4779475 or 2953911. OLE color: 2953911.
HSL color Cylindrical-coordinate representation of color #B7122D: hue angle of 350.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7122D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.28 |
| HSL | 350.18º | 0.82% | 0.39% | - |
| HSV(B) | 350.18º | 0.9% | 0.72% | - |
| XYZ | 20.22 | 10.69 | 3.48 | - |
| YUV | 70.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 45 | 0 | 0.90 | 0.75 | 0.28 | 350.18 | 0.82 | 0.39 |
| Hex | B7 | 12 | 2D | 0 | 5A | 4B | 1C | 15E | 52 | 27 |
| Octal | 267 | 22 | 55 | 0 | 132 | 113 | 34 | 536 | 122 | 47 |
| Binary | 10110111 | 10010 | 101101 | 0 | 1011010 | 1001011 | 11100 | 101011110 | 1010010 | 100111 |
Color Harmonies of #B7122D
Complementary color
Monochromatic Colors of #B7122D
Black with #B7122D
Text Example
Text Example
White with #B7122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7122D; }
p { color: rgb(183,18,45); }
H1.HeaderClassName
{
color: #B7122D;
}
.AnyTagClassName
{
color: #B7122D;
}
</style>
background-color css
<style>
a { background-color: #B7122D; }
a { background-color: rgb(183,18,45); }
div.DivClassName
{
background-color: #B7122D;
}
.BgClassName
{
background-color: #B7122D;
}
</style>
border-color css
<style>
span { border-color: #B7122D; }
span { border-color: rgb(183,18,45); }
td.TdClassName
{
border-color: #B7122D;
}
.TagClassName
{
border-color: #B7122D;
}
</style>