Shades of Persian Red #BF332B
Tints of Persian Red #BF332B
RGB
CMYK
RGB Variations
Color information
#BF332B (or 0xBF332B) is known color: Persian Red. HEX triplet: BF, 33 and 2B. RGB value is (191,51,43). Sum of RGB (Red+Green+Blue) = 191+51+43=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF332B is #40CCD4. Grayscale: #5C5C5C. Windows color (decimal): -4246741 or 2831295. OLE color: 2831295.
HSL color Cylindrical-coordinate representation of color #BF332B: hue angle of 3.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF332B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 43 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.25 |
| HSL | 3.24º | 0.63% | 0.46% | - |
| HSV(B) | 3.24º | 0.77% | 0.75% | - |
| XYZ | 23.11 | 13.62 | 3.7 | - |
| YUV | 91.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 43 | 0 | 0.73 | 0.77 | 0.25 | 3.24 | 0.63 | 0.46 |
| Hex | BF | 33 | 2B | 0 | 49 | 4D | 19 | 3 | 3F | 2E |
| Octal | 277 | 63 | 53 | 0 | 111 | 115 | 31 | 3 | 77 | 56 |
| Binary | 10111111 | 110011 | 101011 | 0 | 1001001 | 1001101 | 11001 | 11 | 111111 | 101110 |
Color Harmonies of #BF332B
Complementary color
Monochromatic Colors of #BF332B
Black with #BF332B
Text Example
Text Example
White with #BF332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF332B; }
p { color: rgb(191,51,43); }
H1.HeaderClassName
{
color: #BF332B;
}
.AnyTagClassName
{
color: #BF332B;
}
</style>
background-color css
<style>
a { background-color: #BF332B; }
a { background-color: rgb(191,51,43); }
div.DivClassName
{
background-color: #BF332B;
}
.BgClassName
{
background-color: #BF332B;
}
</style>
border-color css
<style>
span { border-color: #BF332B; }
span { border-color: rgb(191,51,43); }
td.TdClassName
{
border-color: #BF332B;
}
.TagClassName
{
border-color: #BF332B;
}
</style>