Shades of Persian Red #BD3735
Tints of Persian Red #BD3735
RGB
CMYK
RGB Variations
Color information
#BD3735 (or 0xBD3735) is known color: Persian Red. HEX triplet: BD, 37 and 35. RGB value is (189,55,53). Sum of RGB (Red+Green+Blue) = 189+55+53=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3735 is #42C8CA. Grayscale: #5E5E5E. Windows color (decimal): -4376779 or 3487677. OLE color: 3487677.
HSL color Cylindrical-coordinate representation of color #BD3735: hue angle of 0.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3735 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 53 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.26 |
| HSL | 0.88º | 0.56% | 0.47% | - |
| HSV(B) | 0.88º | 0.72% | 0.74% | - |
| XYZ | 23 | 13.81 | 4.82 | - |
| YUV | 94.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 53 | 0 | 0.71 | 0.72 | 0.26 | 0.88 | 0.56 | 0.47 |
| Hex | BD | 37 | 35 | 0 | 47 | 48 | 1A | 1 | 38 | 2F |
| Octal | 275 | 67 | 65 | 0 | 107 | 110 | 32 | 1 | 70 | 57 |
| Binary | 10111101 | 110111 | 110101 | 0 | 1000111 | 1001000 | 11010 | 1 | 111000 | 101111 |
Color Harmonies of #BD3735
Complementary color
Monochromatic Colors of #BD3735
Black with #BD3735
Text Example
Text Example
White with #BD3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3735; }
p { color: rgb(189,55,53); }
H1.HeaderClassName
{
color: #BD3735;
}
.AnyTagClassName
{
color: #BD3735;
}
</style>
background-color css
<style>
a { background-color: #BD3735; }
a { background-color: rgb(189,55,53); }
div.DivClassName
{
background-color: #BD3735;
}
.BgClassName
{
background-color: #BD3735;
}
</style>
border-color css
<style>
span { border-color: #BD3735; }
span { border-color: rgb(189,55,53); }
td.TdClassName
{
border-color: #BD3735;
}
.TagClassName
{
border-color: #BD3735;
}
</style>