Shades of Cardinal #BA242E
Tints of Cardinal #BA242E
RGB
CMYK
RGB Variations
Color information
#BA242E (or 0xBA242E) is known color: Cardinal. HEX triplet: BA, 24 and 2E. RGB value is (186,36,46). Sum of RGB (Red+Green+Blue) = 186+36+46=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242E is #45DBD1. Grayscale: #525252. Windows color (decimal): -4578258 or 3024058. OLE color: 3024058.
HSL color Cylindrical-coordinate representation of color #BA242E: hue angle of 356º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA242E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 46 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 356º | 0.68% | 0.44% | - |
| HSV(B) | 356º | 0.81% | 0.73% | - |
| XYZ | 21.37 | 11.9 | 3.75 | - |
| YUV | 81.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 46 | 0 | 0.81 | 0.75 | 0.27 | 356 | 0.68 | 0.44 |
| Hex | BA | 24 | 2E | 0 | 51 | 4B | 1B | 164 | 44 | 2C |
| Octal | 272 | 44 | 56 | 0 | 121 | 113 | 33 | 544 | 104 | 54 |
| Binary | 10111010 | 100100 | 101110 | 0 | 1010001 | 1001011 | 11011 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BA242E
Complementary color
Monochromatic Colors of #BA242E
Black with #BA242E
Text Example
Text Example
White with #BA242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA242E; }
p { color: rgb(186,36,46); }
H1.HeaderClassName
{
color: #BA242E;
}
.AnyTagClassName
{
color: #BA242E;
}
</style>
background-color css
<style>
a { background-color: #BA242E; }
a { background-color: rgb(186,36,46); }
div.DivClassName
{
background-color: #BA242E;
}
.BgClassName
{
background-color: #BA242E;
}
</style>
border-color css
<style>
span { border-color: #BA242E; }
span { border-color: rgb(186,36,46); }
td.TdClassName
{
border-color: #BA242E;
}
.TagClassName
{
border-color: #BA242E;
}
</style>