Shades of Cardinal #BA0F3E
Tints of Cardinal #BA0F3E
RGB
CMYK
RGB Variations
Color information
#BA0F3E (or 0xBA0F3E) is known color: Cardinal. HEX triplet: BA, 0F and 3E. RGB value is (186,15,62). Sum of RGB (Red+Green+Blue) = 186+15+62=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F3E is #45F0C1. Grayscale: #474747. Windows color (decimal): -4583618 or 4067258. OLE color: 4067258.
HSL color Cylindrical-coordinate representation of color #BA0F3E: hue angle of 343.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F3E is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 62 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.27 |
| HSL | 343.51º | 0.85% | 0.39% | - |
| HSV(B) | 343.51º | 0.92% | 0.73% | - |
| XYZ | 21.29 | 11.13 | 5.58 | - |
| YUV | 71.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 62 | 0 | 0.92 | 0.67 | 0.27 | 343.51 | 0.85 | 0.39 |
| Hex | BA | F | 3E | 0 | 5C | 43 | 1B | 158 | 55 | 27 |
| Octal | 272 | 17 | 76 | 0 | 134 | 103 | 33 | 530 | 125 | 47 |
| Binary | 10111010 | 1111 | 111110 | 0 | 1011100 | 1000011 | 11011 | 101011000 | 1010101 | 100111 |
Color Harmonies of #BA0F3E
Complementary color
Monochromatic Colors of #BA0F3E
Black with #BA0F3E
Text Example
Text Example
White with #BA0F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F3E; }
p { color: rgb(186,15,62); }
H1.HeaderClassName
{
color: #BA0F3E;
}
.AnyTagClassName
{
color: #BA0F3E;
}
</style>
background-color css
<style>
a { background-color: #BA0F3E; }
a { background-color: rgb(186,15,62); }
div.DivClassName
{
background-color: #BA0F3E;
}
.BgClassName
{
background-color: #BA0F3E;
}
</style>
border-color css
<style>
span { border-color: #BA0F3E; }
span { border-color: rgb(186,15,62); }
td.TdClassName
{
border-color: #BA0F3E;
}
.TagClassName
{
border-color: #BA0F3E;
}
</style>