Shades of Cardinal #BA013C
Tints of Cardinal #BA013C
RGB
CMYK
RGB Variations
Color information
#BA013C (or 0xBA013C) is known color: Cardinal. HEX triplet: BA, 01 and 3C. RGB value is (186,1,60). Sum of RGB (Red+Green+Blue) = 186+1+60=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA013C is #45FEC3. Grayscale: #3E3E3E. Windows color (decimal): -4587204 or 3932602. OLE color: 3932602.
HSL color Cylindrical-coordinate representation of color #BA013C: hue angle of 340.86º degrees, saturation: 0.99, 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 #BA013C is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.27 |
| HSL | 340.86º | 0.99% | 0.37% | - |
| HSV(B) | 340.86º | 0.99% | 0.73% | - |
| XYZ | 21.08 | 10.79 | 5.25 | - |
| YUV | 63.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 60 | 0 | 0.99 | 0.68 | 0.27 | 340.86 | 0.99 | 0.37 |
| Hex | BA | 1 | 3C | 0 | 63 | 44 | 1B | 155 | 63 | 25 |
| Octal | 272 | 1 | 74 | 0 | 143 | 104 | 33 | 525 | 143 | 45 |
| Binary | 10111010 | 1 | 111100 | 0 | 1100011 | 1000100 | 11011 | 101010101 | 1100011 | 100101 |
Color Harmonies of #BA013C
Complementary color
Monochromatic Colors of #BA013C
Black with #BA013C
Text Example
Text Example
White with #BA013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA013C; }
p { color: rgb(186,1,60); }
H1.HeaderClassName
{
color: #BA013C;
}
.AnyTagClassName
{
color: #BA013C;
}
</style>
background-color css
<style>
a { background-color: #BA013C; }
a { background-color: rgb(186,1,60); }
div.DivClassName
{
background-color: #BA013C;
}
.BgClassName
{
background-color: #BA013C;
}
</style>
border-color css
<style>
span { border-color: #BA013C; }
span { border-color: rgb(186,1,60); }
td.TdClassName
{
border-color: #BA013C;
}
.TagClassName
{
border-color: #BA013C;
}
</style>