Shades of Cardinal #BA183F
Tints of Cardinal #BA183F
RGB
CMYK
RGB Variations
Color information
#BA183F (or 0xBA183F) is known color: Cardinal. HEX triplet: BA, 18 and 3F. RGB value is (186,24,63). Sum of RGB (Red+Green+Blue) = 186+24+63=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA183F is #45E7C0. Grayscale: #4C4C4C. Windows color (decimal): -4581313 or 4135098. OLE color: 4135098.
HSL color Cylindrical-coordinate representation of color #BA183F: hue angle of 345.56º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA183F is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 63 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.27 |
| HSL | 345.56º | 0.77% | 0.41% | - |
| HSV(B) | 345.56º | 0.87% | 0.73% | - |
| XYZ | 21.47 | 11.45 | 5.78 | - |
| YUV | 76.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 63 | 0 | 0.87 | 0.66 | 0.27 | 345.56 | 0.77 | 0.41 |
| Hex | BA | 18 | 3F | 0 | 57 | 42 | 1B | 15A | 4D | 29 |
| Octal | 272 | 30 | 77 | 0 | 127 | 102 | 33 | 532 | 115 | 51 |
| Binary | 10111010 | 11000 | 111111 | 0 | 1010111 | 1000010 | 11011 | 101011010 | 1001101 | 101001 |
Color Harmonies of #BA183F
Complementary color
Monochromatic Colors of #BA183F
Black with #BA183F
Text Example
Text Example
White with #BA183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA183F; }
p { color: rgb(186,24,63); }
H1.HeaderClassName
{
color: #BA183F;
}
.AnyTagClassName
{
color: #BA183F;
}
</style>
background-color css
<style>
a { background-color: #BA183F; }
a { background-color: rgb(186,24,63); }
div.DivClassName
{
background-color: #BA183F;
}
.BgClassName
{
background-color: #BA183F;
}
</style>
border-color css
<style>
span { border-color: #BA183F; }
span { border-color: rgb(186,24,63); }
td.TdClassName
{
border-color: #BA183F;
}
.TagClassName
{
border-color: #BA183F;
}
</style>