Shades of Cardinal #BA272E
Tints of Cardinal #BA272E
RGB
CMYK
RGB Variations
Color information
#BA272E (or 0xBA272E) is known color: Cardinal. HEX triplet: BA, 27 and 2E. RGB value is (186,39,46). Sum of RGB (Red+Green+Blue) = 186+39+46=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA272E is #45D8D1. Grayscale: #535353. Windows color (decimal): -4577490 or 3024826. OLE color: 3024826.
HSL color Cylindrical-coordinate representation of color #BA272E: hue angle of 357.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA272E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 39 | 46 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.27 |
| HSL | 357.14º | 0.65% | 0.44% | - |
| HSV(B) | 357.14º | 0.79% | 0.73% | - |
| XYZ | 21.47 | 12.09 | 3.79 | - |
| YUV | 83.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 46 | 0 | 0.79 | 0.75 | 0.27 | 357.14 | 0.65 | 0.44 |
| Hex | BA | 27 | 2E | 0 | 4F | 4B | 1B | 165 | 41 | 2C |
| Octal | 272 | 47 | 56 | 0 | 117 | 113 | 33 | 545 | 101 | 54 |
| Binary | 10111010 | 100111 | 101110 | 0 | 1001111 | 1001011 | 11011 | 101100101 | 1000001 | 101100 |
Color Harmonies of #BA272E
Complementary color
Monochromatic Colors of #BA272E
Black with #BA272E
Text Example
Text Example
White with #BA272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA272E; }
p { color: rgb(186,39,46); }
H1.HeaderClassName
{
color: #BA272E;
}
.AnyTagClassName
{
color: #BA272E;
}
</style>
background-color css
<style>
a { background-color: #BA272E; }
a { background-color: rgb(186,39,46); }
div.DivClassName
{
background-color: #BA272E;
}
.BgClassName
{
background-color: #BA272E;
}
</style>
border-color css
<style>
span { border-color: #BA272E; }
span { border-color: rgb(186,39,46); }
td.TdClassName
{
border-color: #BA272E;
}
.TagClassName
{
border-color: #BA272E;
}
</style>