Shades of Cardinal #B20A32
Tints of Cardinal #B20A32
RGB
CMYK
RGB Variations
Color information
#B20A32 (or 0xB20A32) is known color: Cardinal. HEX triplet: B2, 0A and 32. RGB value is (178,10,50). Sum of RGB (Red+Green+Blue) = 178+10+50=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A32 is #4DF5CD. Grayscale: #404040. Windows color (decimal): -5109198 or 3279538. OLE color: 3279538.
HSL color Cylindrical-coordinate representation of color #B20A32: hue angle of 345.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A32 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 50 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.30 |
| HSL | 345.71º | 0.89% | 0.37% | - |
| HSV(B) | 345.71º | 0.94% | 0.7% | - |
| XYZ | 19.04 | 9.91 | 3.93 | - |
| YUV | 64.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 50 | 0 | 0.94 | 0.72 | 0.30 | 345.71 | 0.89 | 0.37 |
| Hex | B2 | A | 32 | 0 | 5E | 48 | 1E | 15A | 59 | 25 |
| Octal | 262 | 12 | 62 | 0 | 136 | 110 | 36 | 532 | 131 | 45 |
| Binary | 10110010 | 1010 | 110010 | 0 | 1011110 | 1001000 | 11110 | 101011010 | 1011001 | 100101 |
Color Harmonies of #B20A32
Complementary color
Monochromatic Colors of #B20A32
Black with #B20A32
Text Example
Text Example
White with #B20A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A32; }
p { color: rgb(178,10,50); }
H1.HeaderClassName
{
color: #B20A32;
}
.AnyTagClassName
{
color: #B20A32;
}
</style>
background-color css
<style>
a { background-color: #B20A32; }
a { background-color: rgb(178,10,50); }
div.DivClassName
{
background-color: #B20A32;
}
.BgClassName
{
background-color: #B20A32;
}
</style>
border-color css
<style>
span { border-color: #B20A32; }
span { border-color: rgb(178,10,50); }
td.TdClassName
{
border-color: #B20A32;
}
.TagClassName
{
border-color: #B20A32;
}
</style>