Shades of Cardinal #B22936
Tints of Cardinal #B22936
RGB
CMYK
RGB Variations
Color information
#B22936 (or 0xB22936) is known color: Cardinal. HEX triplet: B2, 29 and 36. RGB value is (178,41,54). Sum of RGB (Red+Green+Blue) = 178+41+54=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B22936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22936 is #4DD6C9. Grayscale: #535353. Windows color (decimal): -5101258 or 3549618. OLE color: 3549618.
HSL color Cylindrical-coordinate representation of color #B22936: hue angle of 354.31º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22936 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 54 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.30 |
| HSL | 354.31º | 0.63% | 0.43% | - |
| HSV(B) | 354.31º | 0.77% | 0.7% | - |
| XYZ | 19.82 | 11.32 | 4.63 | - |
| YUV | 83.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 54 | 0 | 0.77 | 0.70 | 0.30 | 354.31 | 0.63 | 0.43 |
| Hex | B2 | 29 | 36 | 0 | 4D | 46 | 1E | 162 | 3F | 2B |
| Octal | 262 | 51 | 66 | 0 | 115 | 106 | 36 | 542 | 77 | 53 |
| Binary | 10110010 | 101001 | 110110 | 0 | 1001101 | 1000110 | 11110 | 101100010 | 111111 | 101011 |
Color Harmonies of #B22936
Complementary color
Monochromatic Colors of #B22936
Black with #B22936
Text Example
Text Example
White with #B22936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22936; }
p { color: rgb(178,41,54); }
H1.HeaderClassName
{
color: #B22936;
}
.AnyTagClassName
{
color: #B22936;
}
</style>
background-color css
<style>
a { background-color: #B22936; }
a { background-color: rgb(178,41,54); }
div.DivClassName
{
background-color: #B22936;
}
.BgClassName
{
background-color: #B22936;
}
</style>
border-color css
<style>
span { border-color: #B22936; }
span { border-color: rgb(178,41,54); }
td.TdClassName
{
border-color: #B22936;
}
.TagClassName
{
border-color: #B22936;
}
</style>