Shades of Persian Red #BD2F2F
Tints of Persian Red #BD2F2F
RGB
CMYK
RGB Variations
Color information
#BD2F2F (or 0xBD2F2F) is known color: Persian Red. HEX triplet: BD, 2F and 2F. RGB value is (189,47,47). Sum of RGB (Red+Green+Blue) = 189+47+47=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F2F is #42D0D0. Grayscale: #595959. Windows color (decimal): -4378833 or 3092413. OLE color: 3092413.
HSL color Cylindrical-coordinate representation of color #BD2F2F: hue angle of 0º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F2F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 47 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.26 |
| HSL | 0º | 0.6% | 0.46% | - |
| HSV(B) | 0º | 0.75% | 0.74% | - |
| XYZ | 22.52 | 13.06 | 4.02 | - |
| YUV | 89.46 | 104.04 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 47 | 0 | 0.75 | 0.75 | 0.26 | 0 | 0.6 | 0.46 |
| Hex | BD | 2F | 2F | 0 | 4B | 4B | 1A | 0 | 3C | 2E |
| Octal | 275 | 57 | 57 | 0 | 113 | 113 | 32 | 0 | 74 | 56 |
| Binary | 10111101 | 101111 | 101111 | 0 | 1001011 | 1001011 | 11010 | 0 | 111100 | 101110 |
Color Harmonies of #BD2F2F
Complementary color
Monochromatic Colors of #BD2F2F
Black with #BD2F2F
Text Example
Text Example
White with #BD2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F2F; }
p { color: rgb(189,47,47); }
H1.HeaderClassName
{
color: #BD2F2F;
}
.AnyTagClassName
{
color: #BD2F2F;
}
</style>
background-color css
<style>
a { background-color: #BD2F2F; }
a { background-color: rgb(189,47,47); }
div.DivClassName
{
background-color: #BD2F2F;
}
.BgClassName
{
background-color: #BD2F2F;
}
</style>
border-color css
<style>
span { border-color: #BD2F2F; }
span { border-color: rgb(189,47,47); }
td.TdClassName
{
border-color: #BD2F2F;
}
.TagClassName
{
border-color: #BD2F2F;
}
</style>