Shades of Cardinal #BA022E
Tints of Cardinal #BA022E
RGB
CMYK
RGB Variations
Color information
#BA022E (or 0xBA022E) is known color: Cardinal. HEX triplet: BA, 02 and 2E. RGB value is (186,2,46). Sum of RGB (Red+Green+Blue) = 186+2+46=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA022E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA022E is #45FDD1. Grayscale: #3E3E3E. Windows color (decimal): -4586962 or 3015354. OLE color: 3015354.
HSL color Cylindrical-coordinate representation of color #BA022E: hue angle of 345.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA022E is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.27 |
| HSL | 345.65º | 0.98% | 0.37% | - |
| HSV(B) | 345.65º | 0.99% | 0.73% | - |
| XYZ | 20.76 | 10.68 | 3.55 | - |
| YUV | 62.03 | 118.96 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 46 | 0 | 0.99 | 0.75 | 0.27 | 345.65 | 0.98 | 0.37 |
| Hex | BA | 2 | 2E | 0 | 63 | 4B | 1B | 15A | 62 | 25 |
| Octal | 272 | 2 | 56 | 0 | 143 | 113 | 33 | 532 | 142 | 45 |
| Binary | 10111010 | 10 | 101110 | 0 | 1100011 | 1001011 | 11011 | 101011010 | 1100010 | 100101 |
Color Harmonies of #BA022E
Complementary color
Monochromatic Colors of #BA022E
Black with #BA022E
Text Example
Text Example
White with #BA022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA022E; }
p { color: rgb(186,2,46); }
H1.HeaderClassName
{
color: #BA022E;
}
.AnyTagClassName
{
color: #BA022E;
}
</style>
background-color css
<style>
a { background-color: #BA022E; }
a { background-color: rgb(186,2,46); }
div.DivClassName
{
background-color: #BA022E;
}
.BgClassName
{
background-color: #BA022E;
}
</style>
border-color css
<style>
span { border-color: #BA022E; }
span { border-color: rgb(186,2,46); }
td.TdClassName
{
border-color: #BA022E;
}
.TagClassName
{
border-color: #BA022E;
}
</style>