Shades of Persian Red #BA2F2F
Tints of Persian Red #BA2F2F
RGB
CMYK
RGB Variations
Color information
#BA2F2F (or 0xBA2F2F) is known color: Persian Red. HEX triplet: BA, 2F and 2F. RGB value is (186,47,47). Sum of RGB (Red+Green+Blue) = 186+47+47=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F2F is #45D0D0. Grayscale: #585858. Windows color (decimal): -4575441 or 3092410. OLE color: 3092410.
HSL color Cylindrical-coordinate representation of color #BA2F2F: hue angle of 0º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F2F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 47 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.27 |
| HSL | 0º | 0.6% | 0.46% | - |
| HSV(B) | 0º | 0.75% | 0.73% | - |
| XYZ | 21.78 | 12.68 | 3.99 | - |
| YUV | 88.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 47 | 0 | 0.75 | 0.75 | 0.27 | 0 | 0.6 | 0.46 |
| Hex | BA | 2F | 2F | 0 | 4B | 4B | 1B | 0 | 3C | 2E |
| Octal | 272 | 57 | 57 | 0 | 113 | 113 | 33 | 0 | 74 | 56 |
| Binary | 10111010 | 101111 | 101111 | 0 | 1001011 | 1001011 | 11011 | 0 | 111100 | 101110 |
Color Harmonies of #BA2F2F
Complementary color
Monochromatic Colors of #BA2F2F
Black with #BA2F2F
Text Example
Text Example
White with #BA2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F2F; }
p { color: rgb(186,47,47); }
H1.HeaderClassName
{
color: #BA2F2F;
}
.AnyTagClassName
{
color: #BA2F2F;
}
</style>
background-color css
<style>
a { background-color: #BA2F2F; }
a { background-color: rgb(186,47,47); }
div.DivClassName
{
background-color: #BA2F2F;
}
.BgClassName
{
background-color: #BA2F2F;
}
</style>
border-color css
<style>
span { border-color: #BA2F2F; }
span { border-color: rgb(186,47,47); }
td.TdClassName
{
border-color: #BA2F2F;
}
.TagClassName
{
border-color: #BA2F2F;
}
</style>