Shades of Cardinal #BA182A
Tints of Cardinal #BA182A
RGB
CMYK
RGB Variations
Color information
#BA182A (or 0xBA182A) is known color: Cardinal. HEX triplet: BA, 18 and 2A. RGB value is (186,24,42). Sum of RGB (Red+Green+Blue) = 186+24+42=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA182A is #45E7D5. Grayscale: #4A4A4A. Windows color (decimal): -4581334 or 2758842. OLE color: 2758842.
HSL color Cylindrical-coordinate representation of color #BA182A: hue angle of 353.33º 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 #BA182A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 42 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.27 |
| HSL | 353.33º | 0.77% | 0.41% | - |
| HSV(B) | 353.33º | 0.87% | 0.73% | - |
| XYZ | 20.99 | 11.26 | 3.26 | - |
| YUV | 74.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 42 | 0 | 0.87 | 0.77 | 0.27 | 353.33 | 0.77 | 0.41 |
| Hex | BA | 18 | 2A | 0 | 57 | 4D | 1B | 161 | 4D | 29 |
| Octal | 272 | 30 | 52 | 0 | 127 | 115 | 33 | 541 | 115 | 51 |
| Binary | 10111010 | 11000 | 101010 | 0 | 1010111 | 1001101 | 11011 | 101100001 | 1001101 | 101001 |
Color Harmonies of #BA182A
Complementary color
Monochromatic Colors of #BA182A
Black with #BA182A
Text Example
Text Example
White with #BA182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA182A; }
p { color: rgb(186,24,42); }
H1.HeaderClassName
{
color: #BA182A;
}
.AnyTagClassName
{
color: #BA182A;
}
</style>
background-color css
<style>
a { background-color: #BA182A; }
a { background-color: rgb(186,24,42); }
div.DivClassName
{
background-color: #BA182A;
}
.BgClassName
{
background-color: #BA182A;
}
</style>
border-color css
<style>
span { border-color: #BA182A; }
span { border-color: rgb(186,24,42); }
td.TdClassName
{
border-color: #BA182A;
}
.TagClassName
{
border-color: #BA182A;
}
</style>