Shades of Cardinal #B22A31
Tints of Cardinal #B22A31
RGB
CMYK
RGB Variations
Color information
#B22A31 (or 0xB22A31) is known color: Cardinal. HEX triplet: B2, 2A and 31. RGB value is (178,42,49). Sum of RGB (Red+Green+Blue) = 178+42+49=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A31 is #4DD5CE. Grayscale: #535353. Windows color (decimal): -5101007 or 3222194. OLE color: 3222194.
HSL color Cylindrical-coordinate representation of color #B22A31: hue angle of 356.91º degrees, saturation: 0.62, 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 #B22A31 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 42 | 49 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.30 |
| HSL | 356.91º | 0.62% | 0.43% | - |
| HSV(B) | 356.91º | 0.76% | 0.7% | - |
| XYZ | 19.74 | 11.34 | 4.05 | - |
| YUV | 83.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 42 | 49 | 0 | 0.76 | 0.72 | 0.30 | 356.91 | 0.62 | 0.43 |
| Hex | B2 | 2A | 31 | 0 | 4C | 48 | 1E | 165 | 3E | 2B |
| Octal | 262 | 52 | 61 | 0 | 114 | 110 | 36 | 545 | 76 | 53 |
| Binary | 10110010 | 101010 | 110001 | 0 | 1001100 | 1001000 | 11110 | 101100101 | 111110 | 101011 |
Color Harmonies of #B22A31
Complementary color
Monochromatic Colors of #B22A31
Black with #B22A31
Text Example
Text Example
White with #B22A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22A31; }
p { color: rgb(178,42,49); }
H1.HeaderClassName
{
color: #B22A31;
}
.AnyTagClassName
{
color: #B22A31;
}
</style>
background-color css
<style>
a { background-color: #B22A31; }
a { background-color: rgb(178,42,49); }
div.DivClassName
{
background-color: #B22A31;
}
.BgClassName
{
background-color: #B22A31;
}
</style>
border-color css
<style>
span { border-color: #B22A31; }
span { border-color: rgb(178,42,49); }
td.TdClassName
{
border-color: #B22A31;
}
.TagClassName
{
border-color: #B22A31;
}
</style>