Shades of Persian Red #BB302C
Tints of Persian Red #BB302C
RGB
CMYK
RGB Variations
Color information
#BB302C (or 0xBB302C) is known color: Persian Red. HEX triplet: BB, 30 and 2C. RGB value is (187,48,44). Sum of RGB (Red+Green+Blue) = 187+48+44=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB302C is #44CFD3. Grayscale: #595959. Windows color (decimal): -4509652 or 2896059. OLE color: 2896059.
HSL color Cylindrical-coordinate representation of color #BB302C: hue angle of 1.68º 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 #BB302C is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 44 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.27 |
| HSL | 1.68º | 0.62% | 0.45% | - |
| HSV(B) | 1.68º | 0.76% | 0.73% | - |
| XYZ | 22.01 | 12.86 | 3.71 | - |
| YUV | 89.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 44 | 0 | 0.74 | 0.76 | 0.27 | 1.68 | 0.62 | 0.45 |
| Hex | BB | 30 | 2C | 0 | 4A | 4C | 1B | 2 | 3E | 2D |
| Octal | 273 | 60 | 54 | 0 | 112 | 114 | 33 | 2 | 76 | 55 |
| Binary | 10111011 | 110000 | 101100 | 0 | 1001010 | 1001100 | 11011 | 10 | 111110 | 101101 |
Color Harmonies of #BB302C
Complementary color
Monochromatic Colors of #BB302C
Black with #BB302C
Text Example
Text Example
White with #BB302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB302C; }
p { color: rgb(187,48,44); }
H1.HeaderClassName
{
color: #BB302C;
}
.AnyTagClassName
{
color: #BB302C;
}
</style>
background-color css
<style>
a { background-color: #BB302C; }
a { background-color: rgb(187,48,44); }
div.DivClassName
{
background-color: #BB302C;
}
.BgClassName
{
background-color: #BB302C;
}
</style>
border-color css
<style>
span { border-color: #BB302C; }
span { border-color: rgb(187,48,44); }
td.TdClassName
{
border-color: #BB302C;
}
.TagClassName
{
border-color: #BB302C;
}
</style>