Shades of Cardinal #B22027
Tints of Cardinal #B22027
RGB
CMYK
RGB Variations
Color information
#B22027 (or 0xB22027) is known color: Cardinal. HEX triplet: B2, 20 and 27. RGB value is (178,32,39). Sum of RGB (Red+Green+Blue) = 178+32+39=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B22027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22027 is #4DDFD8. Grayscale: #4C4C4C. Windows color (decimal): -5103577 or 2564274. OLE color: 2564274.
HSL color Cylindrical-coordinate representation of color #B22027: hue angle of 357.12º 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 #B22027 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 39 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.30 |
| HSL | 357.12º | 0.7% | 0.41% | - |
| HSV(B) | 357.12º | 0.82% | 0.7% | - |
| XYZ | 19.24 | 10.64 | 2.96 | - |
| YUV | 76.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 39 | 0 | 0.82 | 0.78 | 0.30 | 357.12 | 0.7 | 0.41 |
| Hex | B2 | 20 | 27 | 0 | 52 | 4E | 1E | 165 | 46 | 29 |
| Octal | 262 | 40 | 47 | 0 | 122 | 116 | 36 | 545 | 106 | 51 |
| Binary | 10110010 | 100000 | 100111 | 0 | 1010010 | 1001110 | 11110 | 101100101 | 1000110 | 101001 |
Color Harmonies of #B22027
Complementary color
Monochromatic Colors of #B22027
Black with #B22027
Text Example
Text Example
White with #B22027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22027; }
p { color: rgb(178,32,39); }
H1.HeaderClassName
{
color: #B22027;
}
.AnyTagClassName
{
color: #B22027;
}
</style>
background-color css
<style>
a { background-color: #B22027; }
a { background-color: rgb(178,32,39); }
div.DivClassName
{
background-color: #B22027;
}
.BgClassName
{
background-color: #B22027;
}
</style>
border-color css
<style>
span { border-color: #B22027; }
span { border-color: rgb(178,32,39); }
td.TdClassName
{
border-color: #B22027;
}
.TagClassName
{
border-color: #B22027;
}
</style>