Shades of Persian Red #BB322D
Tints of Persian Red #BB322D
RGB
CMYK
RGB Variations
Color information
#BB322D (or 0xBB322D) is known color: Persian Red. HEX triplet: BB, 32 and 2D. RGB value is (187,50,45). Sum of RGB (Red+Green+Blue) = 187+50+45=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB322D is #44CDD2. Grayscale: #5A5A5A. Windows color (decimal): -4509139 or 2962107. OLE color: 2962107.
HSL color Cylindrical-coordinate representation of color #BB322D: hue angle of 2.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB322D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 45 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.27 |
| HSL | 2.11º | 0.61% | 0.45% | - |
| HSV(B) | 2.11º | 0.76% | 0.73% | - |
| XYZ | 22.11 | 13.04 | 3.83 | - |
| YUV | 90.39 | 102.39 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 45 | 0 | 0.73 | 0.76 | 0.27 | 2.11 | 0.61 | 0.45 |
| Hex | BB | 32 | 2D | 0 | 49 | 4C | 1B | 2 | 3D | 2D |
| Octal | 273 | 62 | 55 | 0 | 111 | 114 | 33 | 2 | 75 | 55 |
| Binary | 10111011 | 110010 | 101101 | 0 | 1001001 | 1001100 | 11011 | 10 | 111101 | 101101 |
Color Harmonies of #BB322D
Complementary color
Monochromatic Colors of #BB322D
Black with #BB322D
Text Example
Text Example
White with #BB322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB322D; }
p { color: rgb(187,50,45); }
H1.HeaderClassName
{
color: #BB322D;
}
.AnyTagClassName
{
color: #BB322D;
}
</style>
background-color css
<style>
a { background-color: #BB322D; }
a { background-color: rgb(187,50,45); }
div.DivClassName
{
background-color: #BB322D;
}
.BgClassName
{
background-color: #BB322D;
}
</style>
border-color css
<style>
span { border-color: #BB322D; }
span { border-color: rgb(187,50,45); }
td.TdClassName
{
border-color: #BB322D;
}
.TagClassName
{
border-color: #BB322D;
}
</style>