Shades of Cardinal #BA242D
Tints of Cardinal #BA242D
RGB
CMYK
RGB Variations
Color information
#BA242D (or 0xBA242D) is known color: Cardinal. HEX triplet: BA, 24 and 2D. RGB value is (186,36,45). Sum of RGB (Red+Green+Blue) = 186+36+45=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA242D is #45DBD2. Grayscale: #515151. Windows color (decimal): -4578259 or 2958522. OLE color: 2958522.
HSL color Cylindrical-coordinate representation of color #BA242D: hue angle of 356.4º 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 #BA242D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 45 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.27 |
| HSL | 356.4º | 0.68% | 0.44% | - |
| HSV(B) | 356.4º | 0.81% | 0.73% | - |
| XYZ | 21.35 | 11.89 | 3.65 | - |
| YUV | 81.88 | 107.2 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 45 | 0 | 0.81 | 0.76 | 0.27 | 356.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 2D | 0 | 51 | 4C | 1B | 164 | 44 | 2C |
| Octal | 272 | 44 | 55 | 0 | 121 | 114 | 33 | 544 | 104 | 54 |
| Binary | 10111010 | 100100 | 101101 | 0 | 1010001 | 1001100 | 11011 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BA242D
Complementary color
Monochromatic Colors of #BA242D
Black with #BA242D
Text Example
Text Example
White with #BA242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA242D; }
p { color: rgb(186,36,45); }
H1.HeaderClassName
{
color: #BA242D;
}
.AnyTagClassName
{
color: #BA242D;
}
</style>
background-color css
<style>
a { background-color: #BA242D; }
a { background-color: rgb(186,36,45); }
div.DivClassName
{
background-color: #BA242D;
}
.BgClassName
{
background-color: #BA242D;
}
</style>
border-color css
<style>
span { border-color: #BA242D; }
span { border-color: rgb(186,36,45); }
td.TdClassName
{
border-color: #BA242D;
}
.TagClassName
{
border-color: #BA242D;
}
</style>