Shades of Persian Red #B93232
Tints of Persian Red #B93232
RGB
CMYK
RGB Variations
Color information
#B93232 (or 0xB93232) is known color: Persian Red. HEX triplet: B9, 32 and 32. RGB value is (185,50,50). Sum of RGB (Red+Green+Blue) = 185+50+50=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93232 is #46CDCD. Grayscale: #5A5A5A. Windows color (decimal): -4640206 or 3289785. OLE color: 3289785.
HSL color Cylindrical-coordinate representation of color #B93232: hue angle of 0º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93232 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 50 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.27 |
| HSL | 0º | 0.57% | 0.46% | - |
| HSV(B) | 0º | 0.73% | 0.73% | - |
| XYZ | 21.72 | 12.83 | 4.35 | - |
| YUV | 90.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 50 | 0 | 0.73 | 0.73 | 0.27 | 0 | 0.57 | 0.46 |
| Hex | B9 | 32 | 32 | 0 | 49 | 49 | 1B | 0 | 39 | 2E |
| Octal | 271 | 62 | 62 | 0 | 111 | 111 | 33 | 0 | 71 | 56 |
| Binary | 10111001 | 110010 | 110010 | 0 | 1001001 | 1001001 | 11011 | 0 | 111001 | 101110 |
Color Harmonies of #B93232
Complementary color
Monochromatic Colors of #B93232
Black with #B93232
Text Example
Text Example
White with #B93232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93232; }
p { color: rgb(185,50,50); }
H1.HeaderClassName
{
color: #B93232;
}
.AnyTagClassName
{
color: #B93232;
}
</style>
background-color css
<style>
a { background-color: #B93232; }
a { background-color: rgb(185,50,50); }
div.DivClassName
{
background-color: #B93232;
}
.BgClassName
{
background-color: #B93232;
}
</style>
border-color css
<style>
span { border-color: #B93232; }
span { border-color: rgb(185,50,50); }
td.TdClassName
{
border-color: #B93232;
}
.TagClassName
{
border-color: #B93232;
}
</style>