Shades of Persian Red #BB312F
Tints of Persian Red #BB312F
RGB
CMYK
RGB Variations
Color information
#BB312F (or 0xBB312F) is known color: Persian Red. HEX triplet: BB, 31 and 2F. RGB value is (187,49,47). Sum of RGB (Red+Green+Blue) = 187+49+47=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB312F is #44CED0. Grayscale: #5A5A5A. Windows color (decimal): -4509393 or 3092923. OLE color: 3092923.
HSL color Cylindrical-coordinate representation of color #BB312F: hue angle of 0.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB312F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 47 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.27 |
| HSL | 0.86º | 0.6% | 0.46% | - |
| HSV(B) | 0.86º | 0.75% | 0.73% | - |
| XYZ | 22.1 | 12.97 | 4.03 | - |
| YUV | 90.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 47 | 0 | 0.74 | 0.75 | 0.27 | 0.86 | 0.6 | 0.46 |
| Hex | BB | 31 | 2F | 0 | 4A | 4B | 1B | 1 | 3C | 2E |
| Octal | 273 | 61 | 57 | 0 | 112 | 113 | 33 | 1 | 74 | 56 |
| Binary | 10111011 | 110001 | 101111 | 0 | 1001010 | 1001011 | 11011 | 1 | 111100 | 101110 |
Color Harmonies of #BB312F
Complementary color
Monochromatic Colors of #BB312F
Black with #BB312F
Text Example
Text Example
White with #BB312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB312F; }
p { color: rgb(187,49,47); }
H1.HeaderClassName
{
color: #BB312F;
}
.AnyTagClassName
{
color: #BB312F;
}
</style>
background-color css
<style>
a { background-color: #BB312F; }
a { background-color: rgb(187,49,47); }
div.DivClassName
{
background-color: #BB312F;
}
.BgClassName
{
background-color: #BB312F;
}
</style>
border-color css
<style>
span { border-color: #BB312F; }
span { border-color: rgb(187,49,47); }
td.TdClassName
{
border-color: #BB312F;
}
.TagClassName
{
border-color: #BB312F;
}
</style>