Shades of Cardinal #B20A36
Tints of Cardinal #B20A36
RGB
CMYK
RGB Variations
Color information
#B20A36 (or 0xB20A36) is known color: Cardinal. HEX triplet: B2, 0A and 36. RGB value is (178,10,54). Sum of RGB (Red+Green+Blue) = 178+10+54=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A36 is #4DF5C9. Grayscale: #414141. Windows color (decimal): -5109194 or 3541682. OLE color: 3541682.
HSL color Cylindrical-coordinate representation of color #B20A36: hue angle of 344.29º 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 #B20A36 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 54 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.30 |
| HSL | 344.29º | 0.89% | 0.37% | - |
| HSV(B) | 344.29º | 0.94% | 0.7% | - |
| XYZ | 19.13 | 9.95 | 4.4 | - |
| YUV | 65.25 | 121.66 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 54 | 0 | 0.94 | 0.70 | 0.30 | 344.29 | 0.89 | 0.37 |
| Hex | B2 | A | 36 | 0 | 5E | 46 | 1E | 158 | 59 | 25 |
| Octal | 262 | 12 | 66 | 0 | 136 | 106 | 36 | 530 | 131 | 45 |
| Binary | 10110010 | 1010 | 110110 | 0 | 1011110 | 1000110 | 11110 | 101011000 | 1011001 | 100101 |
Color Harmonies of #B20A36
Complementary color
Monochromatic Colors of #B20A36
Black with #B20A36
Text Example
Text Example
White with #B20A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A36; }
p { color: rgb(178,10,54); }
H1.HeaderClassName
{
color: #B20A36;
}
.AnyTagClassName
{
color: #B20A36;
}
</style>
background-color css
<style>
a { background-color: #B20A36; }
a { background-color: rgb(178,10,54); }
div.DivClassName
{
background-color: #B20A36;
}
.BgClassName
{
background-color: #B20A36;
}
</style>
border-color css
<style>
span { border-color: #B20A36; }
span { border-color: rgb(178,10,54); }
td.TdClassName
{
border-color: #B20A36;
}
.TagClassName
{
border-color: #B20A36;
}
</style>