Shades of Persian Red #BB322C
Tints of Persian Red #BB322C
RGB
CMYK
RGB Variations
Color information
#BB322C (or 0xBB322C) is known color: Persian Red. HEX triplet: BB, 32 and 2C. RGB value is (187,50,44). Sum of RGB (Red+Green+Blue) = 187+50+44=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB322C is #44CDD3. Grayscale: #5A5A5A. Windows color (decimal): -4509140 or 2896571. OLE color: 2896571.
HSL color Cylindrical-coordinate representation of color #BB322C: hue angle of 2.52º degrees, saturation: 0.62, 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 #BB322C is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 44 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.27 |
| HSL | 2.52º | 0.62% | 0.45% | - |
| HSV(B) | 2.52º | 0.76% | 0.73% | - |
| XYZ | 22.09 | 13.03 | 3.73 | - |
| YUV | 90.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 44 | 0 | 0.73 | 0.76 | 0.27 | 2.52 | 0.62 | 0.45 |
| Hex | BB | 32 | 2C | 0 | 49 | 4C | 1B | 3 | 3E | 2D |
| Octal | 273 | 62 | 54 | 0 | 111 | 114 | 33 | 3 | 76 | 55 |
| Binary | 10111011 | 110010 | 101100 | 0 | 1001001 | 1001100 | 11011 | 11 | 111110 | 101101 |
Color Harmonies of #BB322C
Complementary color
Monochromatic Colors of #BB322C
Black with #BB322C
Text Example
Text Example
White with #BB322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB322C; }
p { color: rgb(187,50,44); }
H1.HeaderClassName
{
color: #BB322C;
}
.AnyTagClassName
{
color: #BB322C;
}
</style>
background-color css
<style>
a { background-color: #BB322C; }
a { background-color: rgb(187,50,44); }
div.DivClassName
{
background-color: #BB322C;
}
.BgClassName
{
background-color: #BB322C;
}
</style>
border-color css
<style>
span { border-color: #BB322C; }
span { border-color: rgb(187,50,44); }
td.TdClassName
{
border-color: #BB322C;
}
.TagClassName
{
border-color: #BB322C;
}
</style>