Shades of Persian Red #BA312E
Tints of Persian Red #BA312E
RGB
CMYK
RGB Variations
Color information
#BA312E (or 0xBA312E) is known color: Persian Red. HEX triplet: BA, 31 and 2E. RGB value is (186,49,46). Sum of RGB (Red+Green+Blue) = 186+49+46=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA312E is #45CED1. Grayscale: #595959. Windows color (decimal): -4574930 or 3027386. OLE color: 3027386.
HSL color Cylindrical-coordinate representation of color #BA312E: hue angle of 1.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA312E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 46 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.27 |
| HSL | 1.29º | 0.6% | 0.45% | - |
| HSV(B) | 1.29º | 0.75% | 0.73% | - |
| XYZ | 21.84 | 12.83 | 3.91 | - |
| YUV | 89.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 46 | 0 | 0.74 | 0.75 | 0.27 | 1.29 | 0.6 | 0.45 |
| Hex | BA | 31 | 2E | 0 | 4A | 4B | 1B | 1 | 3C | 2D |
| Octal | 272 | 61 | 56 | 0 | 112 | 113 | 33 | 1 | 74 | 55 |
| Binary | 10111010 | 110001 | 101110 | 0 | 1001010 | 1001011 | 11011 | 1 | 111100 | 101101 |
Color Harmonies of #BA312E
Complementary color
Monochromatic Colors of #BA312E
Black with #BA312E
Text Example
Text Example
White with #BA312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA312E; }
p { color: rgb(186,49,46); }
H1.HeaderClassName
{
color: #BA312E;
}
.AnyTagClassName
{
color: #BA312E;
}
</style>
background-color css
<style>
a { background-color: #BA312E; }
a { background-color: rgb(186,49,46); }
div.DivClassName
{
background-color: #BA312E;
}
.BgClassName
{
background-color: #BA312E;
}
</style>
border-color css
<style>
span { border-color: #BA312E; }
span { border-color: rgb(186,49,46); }
td.TdClassName
{
border-color: #BA312E;
}
.TagClassName
{
border-color: #BA312E;
}
</style>