Shades of Cardinal #B20A2C
Tints of Cardinal #B20A2C
RGB
CMYK
RGB Variations
Color information
#B20A2C (or 0xB20A2C) is known color: Cardinal. HEX triplet: B2, 0A and 2C. RGB value is (178,10,44). Sum of RGB (Red+Green+Blue) = 178+10+44=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A2C is #4DF5D3. Grayscale: #404040. Windows color (decimal): -5109204 or 2886322. OLE color: 2886322.
HSL color Cylindrical-coordinate representation of color #B20A2C: hue angle of 347.86º 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 #B20A2C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 44 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.30 |
| HSL | 347.86º | 0.89% | 0.37% | - |
| HSV(B) | 347.86º | 0.94% | 0.7% | - |
| XYZ | 18.92 | 9.86 | 3.29 | - |
| YUV | 64.11 | 116.66 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 44 | 0 | 0.94 | 0.75 | 0.30 | 347.86 | 0.89 | 0.37 |
| Hex | B2 | A | 2C | 0 | 5E | 4B | 1E | 15C | 59 | 25 |
| Octal | 262 | 12 | 54 | 0 | 136 | 113 | 36 | 534 | 131 | 45 |
| Binary | 10110010 | 1010 | 101100 | 0 | 1011110 | 1001011 | 11110 | 101011100 | 1011001 | 100101 |
Color Harmonies of #B20A2C
Complementary color
Monochromatic Colors of #B20A2C
Black with #B20A2C
Text Example
Text Example
White with #B20A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A2C; }
p { color: rgb(178,10,44); }
H1.HeaderClassName
{
color: #B20A2C;
}
.AnyTagClassName
{
color: #B20A2C;
}
</style>
background-color css
<style>
a { background-color: #B20A2C; }
a { background-color: rgb(178,10,44); }
div.DivClassName
{
background-color: #B20A2C;
}
.BgClassName
{
background-color: #B20A2C;
}
</style>
border-color css
<style>
span { border-color: #B20A2C; }
span { border-color: rgb(178,10,44); }
td.TdClassName
{
border-color: #B20A2C;
}
.TagClassName
{
border-color: #B20A2C;
}
</style>