Shades of Persian Red #BF322A
Tints of Persian Red #BF322A
RGB
CMYK
RGB Variations
Color information
#BF322A (or 0xBF322A) is known color: Persian Red. HEX triplet: BF, 32 and 2A. RGB value is (191,50,42). Sum of RGB (Red+Green+Blue) = 191+50+42=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF322A is #40CDD5. Grayscale: #5B5B5B. Windows color (decimal): -4246998 or 2765503. OLE color: 2765503.
HSL color Cylindrical-coordinate representation of color #BF322A: hue angle of 3.22º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF322A is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 42 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.25 |
| HSL | 3.22º | 0.64% | 0.46% | - |
| HSV(B) | 3.22º | 0.78% | 0.75% | - |
| XYZ | 23.04 | 13.52 | 3.59 | - |
| YUV | 91.25 | 100.21 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 42 | 0 | 0.74 | 0.78 | 0.25 | 3.22 | 0.64 | 0.46 |
| Hex | BF | 32 | 2A | 0 | 4A | 4E | 19 | 3 | 40 | 2E |
| Octal | 277 | 62 | 52 | 0 | 112 | 116 | 31 | 3 | 100 | 56 |
| Binary | 10111111 | 110010 | 101010 | 0 | 1001010 | 1001110 | 11001 | 11 | 1000000 | 101110 |
Color Harmonies of #BF322A
Complementary color
Monochromatic Colors of #BF322A
Black with #BF322A
Text Example
Text Example
White with #BF322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF322A; }
p { color: rgb(191,50,42); }
H1.HeaderClassName
{
color: #BF322A;
}
.AnyTagClassName
{
color: #BF322A;
}
</style>
background-color css
<style>
a { background-color: #BF322A; }
a { background-color: rgb(191,50,42); }
div.DivClassName
{
background-color: #BF322A;
}
.BgClassName
{
background-color: #BF322A;
}
</style>
border-color css
<style>
span { border-color: #BF322A; }
span { border-color: rgb(191,50,42); }
td.TdClassName
{
border-color: #BF322A;
}
.TagClassName
{
border-color: #BF322A;
}
</style>