Shades of Cardinal #BA243C
Tints of Cardinal #BA243C
RGB
CMYK
RGB Variations
Color information
#BA243C (or 0xBA243C) is known color: Cardinal. HEX triplet: BA, 24 and 3C. RGB value is (186,36,60). Sum of RGB (Red+Green+Blue) = 186+36+60=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA243C is #45DBC3. Grayscale: #535353. Windows color (decimal): -4578244 or 3941562. OLE color: 3941562.
HSL color Cylindrical-coordinate representation of color #BA243C: hue angle of 350.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 #BA243C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.27 |
| HSL | 350.4º | 0.68% | 0.44% | - |
| HSV(B) | 350.4º | 0.81% | 0.73% | - |
| XYZ | 21.7 | 12.03 | 5.45 | - |
| YUV | 83.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 60 | 0 | 0.81 | 0.68 | 0.27 | 350.4 | 0.68 | 0.44 |
| Hex | BA | 24 | 3C | 0 | 51 | 44 | 1B | 15E | 44 | 2C |
| Octal | 272 | 44 | 74 | 0 | 121 | 104 | 33 | 536 | 104 | 54 |
| Binary | 10111010 | 100100 | 111100 | 0 | 1010001 | 1000100 | 11011 | 101011110 | 1000100 | 101100 |
Color Harmonies of #BA243C
Complementary color
Monochromatic Colors of #BA243C
Black with #BA243C
Text Example
Text Example
White with #BA243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA243C; }
p { color: rgb(186,36,60); }
H1.HeaderClassName
{
color: #BA243C;
}
.AnyTagClassName
{
color: #BA243C;
}
</style>
background-color css
<style>
a { background-color: #BA243C; }
a { background-color: rgb(186,36,60); }
div.DivClassName
{
background-color: #BA243C;
}
.BgClassName
{
background-color: #BA243C;
}
</style>
border-color css
<style>
span { border-color: #BA243C; }
span { border-color: rgb(186,36,60); }
td.TdClassName
{
border-color: #BA243C;
}
.TagClassName
{
border-color: #BA243C;
}
</style>