Shades of Cardinal #B22B32
Tints of Cardinal #B22B32
RGB
CMYK
RGB Variations
Color information
#B22B32 (or 0xB22B32) is known color: Cardinal. HEX triplet: B2, 2B and 32. RGB value is (178,43,50). Sum of RGB (Red+Green+Blue) = 178+43+50=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B32 is #4DD4CD. Grayscale: #545454. Windows color (decimal): -5100750 or 3287986. OLE color: 3287986.
HSL color Cylindrical-coordinate representation of color #B22B32: hue angle of 356.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B32 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 43 | 50 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.30 |
| HSL | 356.89º | 0.61% | 0.43% | - |
| HSV(B) | 356.89º | 0.76% | 0.7% | - |
| XYZ | 19.8 | 11.42 | 4.18 | - |
| YUV | 84.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 43 | 50 | 0 | 0.76 | 0.72 | 0.30 | 356.89 | 0.61 | 0.43 |
| Hex | B2 | 2B | 32 | 0 | 4C | 48 | 1E | 165 | 3D | 2B |
| Octal | 262 | 53 | 62 | 0 | 114 | 110 | 36 | 545 | 75 | 53 |
| Binary | 10110010 | 101011 | 110010 | 0 | 1001100 | 1001000 | 11110 | 101100101 | 111101 | 101011 |
Color Harmonies of #B22B32
Complementary color
Monochromatic Colors of #B22B32
Black with #B22B32
Text Example
Text Example
White with #B22B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22B32; }
p { color: rgb(178,43,50); }
H1.HeaderClassName
{
color: #B22B32;
}
.AnyTagClassName
{
color: #B22B32;
}
</style>
background-color css
<style>
a { background-color: #B22B32; }
a { background-color: rgb(178,43,50); }
div.DivClassName
{
background-color: #B22B32;
}
.BgClassName
{
background-color: #B22B32;
}
</style>
border-color css
<style>
span { border-color: #B22B32; }
span { border-color: rgb(178,43,50); }
td.TdClassName
{
border-color: #B22B32;
}
.TagClassName
{
border-color: #B22B32;
}
</style>