Shades of Persian Red #BD322B
Tints of Persian Red #BD322B
RGB
CMYK
RGB Variations
Color information
#BD322B (or 0xBD322B) is known color: Persian Red. HEX triplet: BD, 32 and 2B. RGB value is (189,50,43). Sum of RGB (Red+Green+Blue) = 189+50+43=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD322B is #42CDD4. Grayscale: #5A5A5A. Windows color (decimal): -4378069 or 2831037. OLE color: 2831037.
HSL color Cylindrical-coordinate representation of color #BD322B: hue angle of 2.88º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD322B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 43 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.26 |
| HSL | 2.88º | 0.63% | 0.45% | - |
| HSV(B) | 2.88º | 0.77% | 0.74% | - |
| XYZ | 22.56 | 13.27 | 3.66 | - |
| YUV | 90.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 43 | 0 | 0.74 | 0.77 | 0.26 | 2.88 | 0.63 | 0.45 |
| Hex | BD | 32 | 2B | 0 | 4A | 4D | 1A | 3 | 3F | 2D |
| Octal | 275 | 62 | 53 | 0 | 112 | 115 | 32 | 3 | 77 | 55 |
| Binary | 10111101 | 110010 | 101011 | 0 | 1001010 | 1001101 | 11010 | 11 | 111111 | 101101 |
Color Harmonies of #BD322B
Complementary color
Monochromatic Colors of #BD322B
Black with #BD322B
Text Example
Text Example
White with #BD322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD322B; }
p { color: rgb(189,50,43); }
H1.HeaderClassName
{
color: #BD322B;
}
.AnyTagClassName
{
color: #BD322B;
}
</style>
background-color css
<style>
a { background-color: #BD322B; }
a { background-color: rgb(189,50,43); }
div.DivClassName
{
background-color: #BD322B;
}
.BgClassName
{
background-color: #BD322B;
}
</style>
border-color css
<style>
span { border-color: #BD322B; }
span { border-color: rgb(189,50,43); }
td.TdClassName
{
border-color: #BD322B;
}
.TagClassName
{
border-color: #BD322B;
}
</style>