Shades of Cardinal #B7222A
Tints of Cardinal #B7222A
RGB
CMYK
RGB Variations
Color information
#B7222A (or 0xB7222A) is known color: Cardinal. HEX triplet: B7, 22 and 2A. RGB value is (183,34,42). Sum of RGB (Red+Green+Blue) = 183+34+42=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7222A is #48DDD5. Grayscale: #4F4F4F. Windows color (decimal): -4775382 or 2761399. OLE color: 2761399.
HSL color Cylindrical-coordinate representation of color #B7222A: hue angle of 356.78º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7222A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 42 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.28 |
| HSL | 356.78º | 0.69% | 0.43% | - |
| HSV(B) | 356.78º | 0.81% | 0.72% | - |
| XYZ | 20.52 | 11.38 | 3.31 | - |
| YUV | 79.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 42 | 0 | 0.81 | 0.77 | 0.28 | 356.78 | 0.69 | 0.43 |
| Hex | B7 | 22 | 2A | 0 | 51 | 4D | 1C | 165 | 45 | 2B |
| Octal | 267 | 42 | 52 | 0 | 121 | 115 | 34 | 545 | 105 | 53 |
| Binary | 10110111 | 100010 | 101010 | 0 | 1010001 | 1001101 | 11100 | 101100101 | 1000101 | 101011 |
Color Harmonies of #B7222A
Complementary color
Monochromatic Colors of #B7222A
Black with #B7222A
Text Example
Text Example
White with #B7222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7222A; }
p { color: rgb(183,34,42); }
H1.HeaderClassName
{
color: #B7222A;
}
.AnyTagClassName
{
color: #B7222A;
}
</style>
background-color css
<style>
a { background-color: #B7222A; }
a { background-color: rgb(183,34,42); }
div.DivClassName
{
background-color: #B7222A;
}
.BgClassName
{
background-color: #B7222A;
}
</style>
border-color css
<style>
span { border-color: #B7222A; }
span { border-color: rgb(183,34,42); }
td.TdClassName
{
border-color: #B7222A;
}
.TagClassName
{
border-color: #B7222A;
}
</style>