Shades of Cardinal #BA1E2F
Tints of Cardinal #BA1E2F
RGB
CMYK
RGB Variations
Color information
#BA1E2F (or 0xBA1E2F) is known color: Cardinal. HEX triplet: BA, 1E and 2F. RGB value is (186,30,47). Sum of RGB (Red+Green+Blue) = 186+30+47=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2F is #45E1D0. Grayscale: #4E4E4E. Windows color (decimal): -4579793 or 3088058. OLE color: 3088058.
HSL color Cylindrical-coordinate representation of color #BA1E2F: hue angle of 353.46º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1E2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.46º | 0.72% | 0.42% | - |
| HSV(B) | 353.46º | 0.84% | 0.73% | - |
| XYZ | 21.23 | 11.57 | 3.8 | - |
| YUV | 78.58 | 110.18 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 47 | 0 | 0.84 | 0.75 | 0.27 | 353.46 | 0.72 | 0.42 |
| Hex | BA | 1E | 2F | 0 | 54 | 4B | 1B | 161 | 48 | 2A |
| Octal | 272 | 36 | 57 | 0 | 124 | 113 | 33 | 541 | 110 | 52 |
| Binary | 10111010 | 11110 | 101111 | 0 | 1010100 | 1001011 | 11011 | 101100001 | 1001000 | 101010 |
Color Harmonies of #BA1E2F
Complementary color
Monochromatic Colors of #BA1E2F
Black with #BA1E2F
Text Example
Text Example
White with #BA1E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E2F; }
p { color: rgb(186,30,47); }
H1.HeaderClassName
{
color: #BA1E2F;
}
.AnyTagClassName
{
color: #BA1E2F;
}
</style>
background-color css
<style>
a { background-color: #BA1E2F; }
a { background-color: rgb(186,30,47); }
div.DivClassName
{
background-color: #BA1E2F;
}
.BgClassName
{
background-color: #BA1E2F;
}
</style>
border-color css
<style>
span { border-color: #BA1E2F; }
span { border-color: rgb(186,30,47); }
td.TdClassName
{
border-color: #BA1E2F;
}
.TagClassName
{
border-color: #BA1E2F;
}
</style>