Shades of Persian Red #BF322C
Tints of Persian Red #BF322C
RGB
CMYK
RGB Variations
Color information
#BF322C (or 0xBF322C) is known color: Persian Red. HEX triplet: BF, 32 and 2C. RGB value is (191,50,44). Sum of RGB (Red+Green+Blue) = 191+50+44=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF322C is #40CDD3. Grayscale: #5B5B5B. Windows color (decimal): -4246996 or 2896575. OLE color: 2896575.
HSL color Cylindrical-coordinate representation of color #BF322C: hue angle of 2.45º 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 #BF322C is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 44 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.25 |
| HSL | 2.45º | 0.63% | 0.46% | - |
| HSV(B) | 2.45º | 0.77% | 0.75% | - |
| XYZ | 23.08 | 13.54 | 3.78 | - |
| YUV | 91.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 44 | 0 | 0.74 | 0.77 | 0.25 | 2.45 | 0.63 | 0.46 |
| Hex | BF | 32 | 2C | 0 | 4A | 4D | 19 | 2 | 3F | 2E |
| Octal | 277 | 62 | 54 | 0 | 112 | 115 | 31 | 2 | 77 | 56 |
| Binary | 10111111 | 110010 | 101100 | 0 | 1001010 | 1001101 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #BF322C
Complementary color
Monochromatic Colors of #BF322C
Black with #BF322C
Text Example
Text Example
White with #BF322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF322C; }
p { color: rgb(191,50,44); }
H1.HeaderClassName
{
color: #BF322C;
}
.AnyTagClassName
{
color: #BF322C;
}
</style>
background-color css
<style>
a { background-color: #BF322C; }
a { background-color: rgb(191,50,44); }
div.DivClassName
{
background-color: #BF322C;
}
.BgClassName
{
background-color: #BF322C;
}
</style>
border-color css
<style>
span { border-color: #BF322C; }
span { border-color: rgb(191,50,44); }
td.TdClassName
{
border-color: #BF322C;
}
.TagClassName
{
border-color: #BF322C;
}
</style>