Shades of Cardinal #B22137
Tints of Cardinal #B22137
RGB
CMYK
RGB Variations
Color information
#B22137 (or 0xB22137) is known color: Cardinal. HEX triplet: B2, 21 and 37. RGB value is (178,33,55). Sum of RGB (Red+Green+Blue) = 178+33+55=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B22137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22137 is #4DDEC8. Grayscale: #4E4E4E. Windows color (decimal): -5103305 or 3613106. OLE color: 3613106.
HSL color Cylindrical-coordinate representation of color #B22137: hue angle of 350.9º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22137 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 55 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.30 |
| HSL | 350.9º | 0.69% | 0.41% | - |
| HSV(B) | 350.9º | 0.81% | 0.7% | - |
| XYZ | 19.59 | 10.83 | 4.67 | - |
| YUV | 78.86 | 114.54 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 55 | 0 | 0.81 | 0.69 | 0.30 | 350.9 | 0.69 | 0.41 |
| Hex | B2 | 21 | 37 | 0 | 51 | 45 | 1E | 15F | 45 | 29 |
| Octal | 262 | 41 | 67 | 0 | 121 | 105 | 36 | 537 | 105 | 51 |
| Binary | 10110010 | 100001 | 110111 | 0 | 1010001 | 1000101 | 11110 | 101011111 | 1000101 | 101001 |
Color Harmonies of #B22137
Complementary color
Monochromatic Colors of #B22137
Black with #B22137
Text Example
Text Example
White with #B22137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22137; }
p { color: rgb(178,33,55); }
H1.HeaderClassName
{
color: #B22137;
}
.AnyTagClassName
{
color: #B22137;
}
</style>
background-color css
<style>
a { background-color: #B22137; }
a { background-color: rgb(178,33,55); }
div.DivClassName
{
background-color: #B22137;
}
.BgClassName
{
background-color: #B22137;
}
</style>
border-color css
<style>
span { border-color: #B22137; }
span { border-color: rgb(178,33,55); }
td.TdClassName
{
border-color: #B22137;
}
.TagClassName
{
border-color: #B22137;
}
</style>