Shades of Cardinal #BA1A2F
Tints of Cardinal #BA1A2F
RGB
CMYK
RGB Variations
Color information
#BA1A2F (or 0xBA1A2F) is known color: Cardinal. HEX triplet: BA, 1A and 2F. RGB value is (186,26,47). Sum of RGB (Red+Green+Blue) = 186+26+47=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A2F is #45E5D0. Grayscale: #4C4C4C. Windows color (decimal): -4580817 or 3087034. OLE color: 3087034.
HSL color Cylindrical-coordinate representation of color #BA1A2F: hue angle of 352.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A2F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 47 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.27 |
| HSL | 352.13º | 0.75% | 0.42% | - |
| HSV(B) | 352.13º | 0.86% | 0.73% | - |
| XYZ | 21.13 | 11.38 | 3.77 | - |
| YUV | 76.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 47 | 0 | 0.86 | 0.75 | 0.27 | 352.13 | 0.75 | 0.42 |
| Hex | BA | 1A | 2F | 0 | 56 | 4B | 1B | 160 | 4B | 2A |
| Octal | 272 | 32 | 57 | 0 | 126 | 113 | 33 | 540 | 113 | 52 |
| Binary | 10111010 | 11010 | 101111 | 0 | 1010110 | 1001011 | 11011 | 101100000 | 1001011 | 101010 |
Color Harmonies of #BA1A2F
Complementary color
Monochromatic Colors of #BA1A2F
Black with #BA1A2F
Text Example
Text Example
White with #BA1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A2F; }
p { color: rgb(186,26,47); }
H1.HeaderClassName
{
color: #BA1A2F;
}
.AnyTagClassName
{
color: #BA1A2F;
}
</style>
background-color css
<style>
a { background-color: #BA1A2F; }
a { background-color: rgb(186,26,47); }
div.DivClassName
{
background-color: #BA1A2F;
}
.BgClassName
{
background-color: #BA1A2F;
}
</style>
border-color css
<style>
span { border-color: #BA1A2F; }
span { border-color: rgb(186,26,47); }
td.TdClassName
{
border-color: #BA1A2F;
}
.TagClassName
{
border-color: #BA1A2F;
}
</style>