Shades of Persian Red #BD322E
Tints of Persian Red #BD322E
RGB
CMYK
RGB Variations
Color information
#BD322E (or 0xBD322E) is known color: Persian Red. HEX triplet: BD, 32 and 2E. RGB value is (189,50,46). Sum of RGB (Red+Green+Blue) = 189+50+46=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD322E is #42CDD1. Grayscale: #5B5B5B. Windows color (decimal): -4378066 or 3027645. OLE color: 3027645.
HSL color Cylindrical-coordinate representation of color #BD322E: hue angle of 1.68º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD322E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.26 |
| HSL | 1.68º | 0.61% | 0.46% | - |
| HSV(B) | 1.68º | 0.76% | 0.74% | - |
| XYZ | 22.62 | 13.3 | 3.96 | - |
| YUV | 91.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 46 | 0 | 0.74 | 0.76 | 0.26 | 1.68 | 0.61 | 0.46 |
| Hex | BD | 32 | 2E | 0 | 4A | 4C | 1A | 2 | 3D | 2E |
| Octal | 275 | 62 | 56 | 0 | 112 | 114 | 32 | 2 | 75 | 56 |
| Binary | 10111101 | 110010 | 101110 | 0 | 1001010 | 1001100 | 11010 | 10 | 111101 | 101110 |
Color Harmonies of #BD322E
Complementary color
Monochromatic Colors of #BD322E
Black with #BD322E
Text Example
Text Example
White with #BD322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD322E; }
p { color: rgb(189,50,46); }
H1.HeaderClassName
{
color: #BD322E;
}
.AnyTagClassName
{
color: #BD322E;
}
</style>
background-color css
<style>
a { background-color: #BD322E; }
a { background-color: rgb(189,50,46); }
div.DivClassName
{
background-color: #BD322E;
}
.BgClassName
{
background-color: #BD322E;
}
</style>
border-color css
<style>
span { border-color: #BD322E; }
span { border-color: rgb(189,50,46); }
td.TdClassName
{
border-color: #BD322E;
}
.TagClassName
{
border-color: #BD322E;
}
</style>