Shades of Persian Red #BB312C
Tints of Persian Red #BB312C
RGB
CMYK
RGB Variations
Color information
#BB312C (or 0xBB312C) is known color: Persian Red. HEX triplet: BB, 31 and 2C. RGB value is (187,49,44). Sum of RGB (Red+Green+Blue) = 187+49+44=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB312C is #44CED3. Grayscale: #595959. Windows color (decimal): -4509396 or 2896315. OLE color: 2896315.
HSL color Cylindrical-coordinate representation of color #BB312C: hue angle of 2.1º 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 #BB312C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 44 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.27 |
| HSL | 2.1º | 0.62% | 0.45% | - |
| HSV(B) | 2.1º | 0.76% | 0.73% | - |
| XYZ | 22.05 | 12.94 | 3.72 | - |
| YUV | 89.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 44 | 0 | 0.74 | 0.76 | 0.27 | 2.1 | 0.62 | 0.45 |
| Hex | BB | 31 | 2C | 0 | 4A | 4C | 1B | 2 | 3E | 2D |
| Octal | 273 | 61 | 54 | 0 | 112 | 114 | 33 | 2 | 76 | 55 |
| Binary | 10111011 | 110001 | 101100 | 0 | 1001010 | 1001100 | 11011 | 10 | 111110 | 101101 |
Color Harmonies of #BB312C
Complementary color
Monochromatic Colors of #BB312C
Black with #BB312C
Text Example
Text Example
White with #BB312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB312C; }
p { color: rgb(187,49,44); }
H1.HeaderClassName
{
color: #BB312C;
}
.AnyTagClassName
{
color: #BB312C;
}
</style>
background-color css
<style>
a { background-color: #BB312C; }
a { background-color: rgb(187,49,44); }
div.DivClassName
{
background-color: #BB312C;
}
.BgClassName
{
background-color: #BB312C;
}
</style>
border-color css
<style>
span { border-color: #BB312C; }
span { border-color: rgb(187,49,44); }
td.TdClassName
{
border-color: #BB312C;
}
.TagClassName
{
border-color: #BB312C;
}
</style>