Shades of Persian Red #BB3430
Tints of Persian Red #BB3430
RGB
CMYK
RGB Variations
Color information
#BB3430 (or 0xBB3430) is known color: Persian Red. HEX triplet: BB, 34 and 30. RGB value is (187,52,48). Sum of RGB (Red+Green+Blue) = 187+52+48=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3430 is #44CBCF. Grayscale: #5C5C5C. Windows color (decimal): -4508624 or 3159227. OLE color: 3159227.
HSL color Cylindrical-coordinate representation of color #BB3430: hue angle of 1.73º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3430 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 48 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.27 |
| HSL | 1.73º | 0.59% | 0.46% | - |
| HSV(B) | 1.73º | 0.74% | 0.73% | - |
| XYZ | 22.26 | 13.23 | 4.18 | - |
| YUV | 91.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 48 | 0 | 0.72 | 0.74 | 0.27 | 1.73 | 0.59 | 0.46 |
| Hex | BB | 34 | 30 | 0 | 48 | 4A | 1B | 2 | 3B | 2E |
| Octal | 273 | 64 | 60 | 0 | 110 | 112 | 33 | 2 | 73 | 56 |
| Binary | 10111011 | 110100 | 110000 | 0 | 1001000 | 1001010 | 11011 | 10 | 111011 | 101110 |
Color Harmonies of #BB3430
Complementary color
Monochromatic Colors of #BB3430
Black with #BB3430
Text Example
Text Example
White with #BB3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3430; }
p { color: rgb(187,52,48); }
H1.HeaderClassName
{
color: #BB3430;
}
.AnyTagClassName
{
color: #BB3430;
}
</style>
background-color css
<style>
a { background-color: #BB3430; }
a { background-color: rgb(187,52,48); }
div.DivClassName
{
background-color: #BB3430;
}
.BgClassName
{
background-color: #BB3430;
}
</style>
border-color css
<style>
span { border-color: #BB3430; }
span { border-color: rgb(187,52,48); }
td.TdClassName
{
border-color: #BB3430;
}
.TagClassName
{
border-color: #BB3430;
}
</style>