Shades of Cardinal #B7122C
Tints of Cardinal #B7122C
RGB
CMYK
RGB Variations
Color information
#B7122C (or 0xB7122C) is known color: Cardinal. HEX triplet: B7, 12 and 2C. RGB value is (183,18,44). Sum of RGB (Red+Green+Blue) = 183+18+44=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122C is #48EDD3. Grayscale: #464646. Windows color (decimal): -4779476 or 2888375. OLE color: 2888375.
HSL color Cylindrical-coordinate representation of color #B7122C: hue angle of 350.55º 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 #B7122C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.28 |
| HSL | 350.55º | 0.82% | 0.39% | - |
| HSV(B) | 350.55º | 0.9% | 0.72% | - |
| XYZ | 20.2 | 10.68 | 3.38 | - |
| YUV | 70.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 44 | 0 | 0.90 | 0.76 | 0.28 | 350.55 | 0.82 | 0.39 |
| Hex | B7 | 12 | 2C | 0 | 5A | 4C | 1C | 15F | 52 | 27 |
| Octal | 267 | 22 | 54 | 0 | 132 | 114 | 34 | 537 | 122 | 47 |
| Binary | 10110111 | 10010 | 101100 | 0 | 1011010 | 1001100 | 11100 | 101011111 | 1010010 | 100111 |
Color Harmonies of #B7122C
Complementary color
Monochromatic Colors of #B7122C
Black with #B7122C
Text Example
Text Example
White with #B7122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7122C; }
p { color: rgb(183,18,44); }
H1.HeaderClassName
{
color: #B7122C;
}
.AnyTagClassName
{
color: #B7122C;
}
</style>
background-color css
<style>
a { background-color: #B7122C; }
a { background-color: rgb(183,18,44); }
div.DivClassName
{
background-color: #B7122C;
}
.BgClassName
{
background-color: #B7122C;
}
</style>
border-color css
<style>
span { border-color: #B7122C; }
span { border-color: rgb(183,18,44); }
td.TdClassName
{
border-color: #B7122C;
}
.TagClassName
{
border-color: #B7122C;
}
</style>