Shades of Cardinal #BA0F3B
Tints of Cardinal #BA0F3B
RGB
CMYK
RGB Variations
Color information
#BA0F3B (or 0xBA0F3B) is known color: Cardinal. HEX triplet: BA, 0F and 3B. RGB value is (186,15,59). Sum of RGB (Red+Green+Blue) = 186+15+59=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F3B is #45F0C4. Grayscale: #474747. Windows color (decimal): -4583621 or 3870650. OLE color: 3870650.
HSL color Cylindrical-coordinate representation of color #BA0F3B: hue angle of 344.56º 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 #BA0F3B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 59 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.27 |
| HSL | 344.56º | 0.85% | 0.39% | - |
| HSV(B) | 344.56º | 0.92% | 0.73% | - |
| XYZ | 21.21 | 11.1 | 5.16 | - |
| YUV | 71.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 59 | 0 | 0.92 | 0.68 | 0.27 | 344.56 | 0.85 | 0.39 |
| Hex | BA | F | 3B | 0 | 5C | 44 | 1B | 159 | 55 | 27 |
| Octal | 272 | 17 | 73 | 0 | 134 | 104 | 33 | 531 | 125 | 47 |
| Binary | 10111010 | 1111 | 111011 | 0 | 1011100 | 1000100 | 11011 | 101011001 | 1010101 | 100111 |
Color Harmonies of #BA0F3B
Complementary color
Monochromatic Colors of #BA0F3B
Black with #BA0F3B
Text Example
Text Example
White with #BA0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F3B; }
p { color: rgb(186,15,59); }
H1.HeaderClassName
{
color: #BA0F3B;
}
.AnyTagClassName
{
color: #BA0F3B;
}
</style>
background-color css
<style>
a { background-color: #BA0F3B; }
a { background-color: rgb(186,15,59); }
div.DivClassName
{
background-color: #BA0F3B;
}
.BgClassName
{
background-color: #BA0F3B;
}
</style>
border-color css
<style>
span { border-color: #BA0F3B; }
span { border-color: rgb(186,15,59); }
td.TdClassName
{
border-color: #BA0F3B;
}
.TagClassName
{
border-color: #BA0F3B;
}
</style>