Shades of Persian Red #BB332B
Tints of Persian Red #BB332B
RGB
CMYK
RGB Variations
Color information
#BB332B (or 0xBB332B) is known color: Persian Red. HEX triplet: BB, 33 and 2B. RGB value is (187,51,43). Sum of RGB (Red+Green+Blue) = 187+51+43=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB332B is #44CCD4. Grayscale: #5A5A5A. Windows color (decimal): -4508885 or 2831291. OLE color: 2831291.
HSL color Cylindrical-coordinate representation of color #BB332B: hue angle of 3.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB332B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 43 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.27 |
| HSL | 3.33º | 0.63% | 0.45% | - |
| HSV(B) | 3.33º | 0.77% | 0.73% | - |
| XYZ | 22.11 | 13.11 | 3.65 | - |
| YUV | 90.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 43 | 0 | 0.73 | 0.77 | 0.27 | 3.33 | 0.63 | 0.45 |
| Hex | BB | 33 | 2B | 0 | 49 | 4D | 1B | 3 | 3F | 2D |
| Octal | 273 | 63 | 53 | 0 | 111 | 115 | 33 | 3 | 77 | 55 |
| Binary | 10111011 | 110011 | 101011 | 0 | 1001001 | 1001101 | 11011 | 11 | 111111 | 101101 |
Color Harmonies of #BB332B
Complementary color
Monochromatic Colors of #BB332B
Black with #BB332B
Text Example
Text Example
White with #BB332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB332B; }
p { color: rgb(187,51,43); }
H1.HeaderClassName
{
color: #BB332B;
}
.AnyTagClassName
{
color: #BB332B;
}
</style>
background-color css
<style>
a { background-color: #BB332B; }
a { background-color: rgb(187,51,43); }
div.DivClassName
{
background-color: #BB332B;
}
.BgClassName
{
background-color: #BB332B;
}
</style>
border-color css
<style>
span { border-color: #BB332B; }
span { border-color: rgb(187,51,43); }
td.TdClassName
{
border-color: #BB332B;
}
.TagClassName
{
border-color: #BB332B;
}
</style>