Shades of Cardinal #B22041
Tints of Cardinal #B22041
RGB
CMYK
RGB Variations
Color information
#B22041 (or 0xB22041) is known color: Cardinal. HEX triplet: B2, 20 and 41. RGB value is (178,32,65). Sum of RGB (Red+Green+Blue) = 178+32+65=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B22041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22041 is #4DDFBE. Grayscale: #4F4F4F. Windows color (decimal): -5103551 or 4268210. OLE color: 4268210.
HSL color Cylindrical-coordinate representation of color #B22041: hue angle of 346.44º 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 #B22041 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 65 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.30 |
| HSL | 346.44º | 0.7% | 0.41% | - |
| HSV(B) | 346.44º | 0.82% | 0.7% | - |
| XYZ | 19.83 | 10.88 | 6.06 | - |
| YUV | 79.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 65 | 0 | 0.82 | 0.63 | 0.30 | 346.44 | 0.7 | 0.41 |
| Hex | B2 | 20 | 41 | 0 | 52 | 3F | 1E | 15A | 46 | 29 |
| Octal | 262 | 40 | 101 | 0 | 122 | 77 | 36 | 532 | 106 | 51 |
| Binary | 10110010 | 100000 | 1000001 | 0 | 1010010 | 111111 | 11110 | 101011010 | 1000110 | 101001 |
Color Harmonies of #B22041
Complementary color
Monochromatic Colors of #B22041
Black with #B22041
Text Example
Text Example
White with #B22041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22041; }
p { color: rgb(178,32,65); }
H1.HeaderClassName
{
color: #B22041;
}
.AnyTagClassName
{
color: #B22041;
}
</style>
background-color css
<style>
a { background-color: #B22041; }
a { background-color: rgb(178,32,65); }
div.DivClassName
{
background-color: #B22041;
}
.BgClassName
{
background-color: #B22041;
}
</style>
border-color css
<style>
span { border-color: #B22041; }
span { border-color: rgb(178,32,65); }
td.TdClassName
{
border-color: #B22041;
}
.TagClassName
{
border-color: #B22041;
}
</style>