Shades of Persian Red #BD3525
Tints of Persian Red #BD3525
RGB
CMYK
RGB Variations
Color information
#BD3525 (or 0xBD3525) is known color: Persian Red. HEX triplet: BD, 35 and 25. RGB value is (189,53,37). Sum of RGB (Red+Green+Blue) = 189+53+37=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3525 is #42CADA. Grayscale: #5C5C5C. Windows color (decimal): -4377307 or 2438589. OLE color: 2438589.
HSL color Cylindrical-coordinate representation of color #BD3525: hue angle of 6.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3525 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 37 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.26 |
| HSL | 6.32º | 0.67% | 0.44% | - |
| HSV(B) | 6.32º | 0.8% | 0.74% | - |
| XYZ | 22.59 | 13.5 | 3.16 | - |
| YUV | 91.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 37 | 0 | 0.72 | 0.80 | 0.26 | 6.32 | 0.67 | 0.44 |
| Hex | BD | 35 | 25 | 0 | 48 | 50 | 1A | 6 | 43 | 2C |
| Octal | 275 | 65 | 45 | 0 | 110 | 120 | 32 | 6 | 103 | 54 |
| Binary | 10111101 | 110101 | 100101 | 0 | 1001000 | 1010000 | 11010 | 110 | 1000011 | 101100 |
Color Harmonies of #BD3525
Complementary color
Monochromatic Colors of #BD3525
Black with #BD3525
Text Example
Text Example
White with #BD3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3525; }
p { color: rgb(189,53,37); }
H1.HeaderClassName
{
color: #BD3525;
}
.AnyTagClassName
{
color: #BD3525;
}
</style>
background-color css
<style>
a { background-color: #BD3525; }
a { background-color: rgb(189,53,37); }
div.DivClassName
{
background-color: #BD3525;
}
.BgClassName
{
background-color: #BD3525;
}
</style>
border-color css
<style>
span { border-color: #BD3525; }
span { border-color: rgb(189,53,37); }
td.TdClassName
{
border-color: #BD3525;
}
.TagClassName
{
border-color: #BD3525;
}
</style>