Shades of Persian Red #BB3329
Tints of Persian Red #BB3329
RGB
CMYK
RGB Variations
Color information
#BB3329 (or 0xBB3329) is known color: Persian Red. HEX triplet: BB, 33 and 29. RGB value is (187,51,41). Sum of RGB (Red+Green+Blue) = 187+51+41=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3329 is #44CCD6. Grayscale: #5A5A5A. Windows color (decimal): -4508887 or 2700219. OLE color: 2700219.
HSL color Cylindrical-coordinate representation of color #BB3329: hue angle of 4.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB3329 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 51 | 41 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.27 |
| HSL | 4.11º | 0.64% | 0.45% | - |
| HSV(B) | 4.11º | 0.78% | 0.73% | - |
| XYZ | 22.08 | 13.09 | 3.46 | - |
| YUV | 90.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 41 | 0 | 0.73 | 0.78 | 0.27 | 4.11 | 0.64 | 0.45 |
| Hex | BB | 33 | 29 | 0 | 49 | 4E | 1B | 4 | 40 | 2D |
| Octal | 273 | 63 | 51 | 0 | 111 | 116 | 33 | 4 | 100 | 55 |
| Binary | 10111011 | 110011 | 101001 | 0 | 1001001 | 1001110 | 11011 | 100 | 1000000 | 101101 |
Color Harmonies of #BB3329
Complementary color
Monochromatic Colors of #BB3329
Black with #BB3329
Text Example
Text Example
White with #BB3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3329; }
p { color: rgb(187,51,41); }
H1.HeaderClassName
{
color: #BB3329;
}
.AnyTagClassName
{
color: #BB3329;
}
</style>
background-color css
<style>
a { background-color: #BB3329; }
a { background-color: rgb(187,51,41); }
div.DivClassName
{
background-color: #BB3329;
}
.BgClassName
{
background-color: #BB3329;
}
</style>
border-color css
<style>
span { border-color: #BB3329; }
span { border-color: rgb(187,51,41); }
td.TdClassName
{
border-color: #BB3329;
}
.TagClassName
{
border-color: #BB3329;
}
</style>