Shades of Cardinal #B22032
Tints of Cardinal #B22032
RGB
CMYK
RGB Variations
Color information
#B22032 (or 0xB22032) is known color: Cardinal. HEX triplet: B2, 20 and 32. RGB value is (178,32,50). Sum of RGB (Red+Green+Blue) = 178+32+50=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B22032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22032 is #4DDFCD. Grayscale: #4D4D4D. Windows color (decimal): -5103566 or 3285170. OLE color: 3285170.
HSL color Cylindrical-coordinate representation of color #B22032: hue angle of 352.6º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22032 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 50 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.30 |
| HSL | 352.6º | 0.7% | 0.41% | - |
| HSV(B) | 352.6º | 0.82% | 0.7% | - |
| XYZ | 19.45 | 10.73 | 4.06 | - |
| YUV | 77.71 | 112.37 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 50 | 0 | 0.82 | 0.72 | 0.30 | 352.6 | 0.7 | 0.41 |
| Hex | B2 | 20 | 32 | 0 | 52 | 48 | 1E | 161 | 46 | 29 |
| Octal | 262 | 40 | 62 | 0 | 122 | 110 | 36 | 541 | 106 | 51 |
| Binary | 10110010 | 100000 | 110010 | 0 | 1010010 | 1001000 | 11110 | 101100001 | 1000110 | 101001 |
Color Harmonies of #B22032
Complementary color
Monochromatic Colors of #B22032
Black with #B22032
Text Example
Text Example
White with #B22032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22032; }
p { color: rgb(178,32,50); }
H1.HeaderClassName
{
color: #B22032;
}
.AnyTagClassName
{
color: #B22032;
}
</style>
background-color css
<style>
a { background-color: #B22032; }
a { background-color: rgb(178,32,50); }
div.DivClassName
{
background-color: #B22032;
}
.BgClassName
{
background-color: #B22032;
}
</style>
border-color css
<style>
span { border-color: #B22032; }
span { border-color: rgb(178,32,50); }
td.TdClassName
{
border-color: #B22032;
}
.TagClassName
{
border-color: #B22032;
}
</style>