Shades of Cardinal #BA2932
Tints of Cardinal #BA2932
RGB
CMYK
RGB Variations
Color information
#BA2932 (or 0xBA2932) is known color: Cardinal. HEX triplet: BA, 29 and 32. RGB value is (186,41,50). Sum of RGB (Red+Green+Blue) = 186+41+50=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2932 is #45D6CD. Grayscale: #555555. Windows color (decimal): -4576974 or 3287482. OLE color: 3287482.
HSL color Cylindrical-coordinate representation of color #BA2932: hue angle of 356.28º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2932 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 50 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.27 |
| HSL | 356.28º | 0.64% | 0.45% | - |
| HSV(B) | 356.28º | 0.78% | 0.73% | - |
| XYZ | 21.62 | 12.26 | 4.24 | - |
| YUV | 85.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 50 | 0 | 0.78 | 0.73 | 0.27 | 356.28 | 0.64 | 0.45 |
| Hex | BA | 29 | 32 | 0 | 4E | 49 | 1B | 164 | 40 | 2D |
| Octal | 272 | 51 | 62 | 0 | 116 | 111 | 33 | 544 | 100 | 55 |
| Binary | 10111010 | 101001 | 110010 | 0 | 1001110 | 1001001 | 11011 | 101100100 | 1000000 | 101101 |
Color Harmonies of #BA2932
Complementary color
Monochromatic Colors of #BA2932
Black with #BA2932
Text Example
Text Example
White with #BA2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2932; }
p { color: rgb(186,41,50); }
H1.HeaderClassName
{
color: #BA2932;
}
.AnyTagClassName
{
color: #BA2932;
}
</style>
background-color css
<style>
a { background-color: #BA2932; }
a { background-color: rgb(186,41,50); }
div.DivClassName
{
background-color: #BA2932;
}
.BgClassName
{
background-color: #BA2932;
}
</style>
border-color css
<style>
span { border-color: #BA2932; }
span { border-color: rgb(186,41,50); }
td.TdClassName
{
border-color: #BA2932;
}
.TagClassName
{
border-color: #BA2932;
}
</style>