Shades of Persian Red #BF3330
Tints of Persian Red #BF3330
RGB
CMYK
RGB Variations
Color information
#BF3330 (or 0xBF3330) is known color: Persian Red. HEX triplet: BF, 33 and 30. RGB value is (191,51,48). Sum of RGB (Red+Green+Blue) = 191+51+48=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3330 is #40CCCF. Grayscale: #5C5C5C. Windows color (decimal): -4246736 or 3158975. OLE color: 3158975.
HSL color Cylindrical-coordinate representation of color #BF3330: hue angle of 1.26º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3330 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 48 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.25 |
| HSL | 1.26º | 0.6% | 0.47% | - |
| HSV(B) | 1.26º | 0.75% | 0.75% | - |
| XYZ | 23.2 | 13.66 | 4.21 | - |
| YUV | 92.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 48 | 0 | 0.73 | 0.75 | 0.25 | 1.26 | 0.6 | 0.47 |
| Hex | BF | 33 | 30 | 0 | 49 | 4B | 19 | 1 | 3C | 2F |
| Octal | 277 | 63 | 60 | 0 | 111 | 113 | 31 | 1 | 74 | 57 |
| Binary | 10111111 | 110011 | 110000 | 0 | 1001001 | 1001011 | 11001 | 1 | 111100 | 101111 |
Color Harmonies of #BF3330
Complementary color
Monochromatic Colors of #BF3330
Black with #BF3330
Text Example
Text Example
White with #BF3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3330; }
p { color: rgb(191,51,48); }
H1.HeaderClassName
{
color: #BF3330;
}
.AnyTagClassName
{
color: #BF3330;
}
</style>
background-color css
<style>
a { background-color: #BF3330; }
a { background-color: rgb(191,51,48); }
div.DivClassName
{
background-color: #BF3330;
}
.BgClassName
{
background-color: #BF3330;
}
</style>
border-color css
<style>
span { border-color: #BF3330; }
span { border-color: rgb(191,51,48); }
td.TdClassName
{
border-color: #BF3330;
}
.TagClassName
{
border-color: #BF3330;
}
</style>