Shades of Persian Red #BF302C
Tints of Persian Red #BF302C
RGB
CMYK
RGB Variations
Color information
#BF302C (or 0xBF302C) is known color: Persian Red. HEX triplet: BF, 30 and 2C. RGB value is (191,48,44). Sum of RGB (Red+Green+Blue) = 191+48+44=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF302C is #40CFD3. Grayscale: #5A5A5A. Windows color (decimal): -4247508 or 2896063. OLE color: 2896063.
HSL color Cylindrical-coordinate representation of color #BF302C: hue angle of 1.63º 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 #BF302C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 44 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.25 |
| HSL | 1.63º | 0.63% | 0.46% | - |
| HSV(B) | 1.63º | 0.77% | 0.75% | - |
| XYZ | 23 | 13.37 | 3.75 | - |
| YUV | 90.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 44 | 0 | 0.75 | 0.77 | 0.25 | 1.63 | 0.63 | 0.46 |
| Hex | BF | 30 | 2C | 0 | 4B | 4D | 19 | 2 | 3F | 2E |
| Octal | 277 | 60 | 54 | 0 | 113 | 115 | 31 | 2 | 77 | 56 |
| Binary | 10111111 | 110000 | 101100 | 0 | 1001011 | 1001101 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #BF302C
Complementary color
Monochromatic Colors of #BF302C
Black with #BF302C
Text Example
Text Example
White with #BF302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF302C; }
p { color: rgb(191,48,44); }
H1.HeaderClassName
{
color: #BF302C;
}
.AnyTagClassName
{
color: #BF302C;
}
</style>
background-color css
<style>
a { background-color: #BF302C; }
a { background-color: rgb(191,48,44); }
div.DivClassName
{
background-color: #BF302C;
}
.BgClassName
{
background-color: #BF302C;
}
</style>
border-color css
<style>
span { border-color: #BF302C; }
span { border-color: rgb(191,48,44); }
td.TdClassName
{
border-color: #BF302C;
}
.TagClassName
{
border-color: #BF302C;
}
</style>