Shades of Persian Red #BF302D
Tints of Persian Red #BF302D
RGB
CMYK
RGB Variations
Color information
#BF302D (or 0xBF302D) is known color: Persian Red. HEX triplet: BF, 30 and 2D. RGB value is (191,48,45). Sum of RGB (Red+Green+Blue) = 191+48+45=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF302D is #40CFD2. Grayscale: #5A5A5A. Windows color (decimal): -4247507 or 2961599. OLE color: 2961599.
HSL color Cylindrical-coordinate representation of color #BF302D: hue angle of 1.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF302D is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 45 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.25 |
| HSL | 1.23º | 0.62% | 0.46% | - |
| HSV(B) | 1.23º | 0.76% | 0.75% | - |
| XYZ | 23.02 | 13.38 | 3.85 | - |
| YUV | 90.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 45 | 0 | 0.75 | 0.76 | 0.25 | 1.23 | 0.62 | 0.46 |
| Hex | BF | 30 | 2D | 0 | 4B | 4C | 19 | 1 | 3E | 2E |
| Octal | 277 | 60 | 55 | 0 | 113 | 114 | 31 | 1 | 76 | 56 |
| Binary | 10111111 | 110000 | 101101 | 0 | 1001011 | 1001100 | 11001 | 1 | 111110 | 101110 |
Color Harmonies of #BF302D
Complementary color
Monochromatic Colors of #BF302D
Black with #BF302D
Text Example
Text Example
White with #BF302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF302D; }
p { color: rgb(191,48,45); }
H1.HeaderClassName
{
color: #BF302D;
}
.AnyTagClassName
{
color: #BF302D;
}
</style>
background-color css
<style>
a { background-color: #BF302D; }
a { background-color: rgb(191,48,45); }
div.DivClassName
{
background-color: #BF302D;
}
.BgClassName
{
background-color: #BF302D;
}
</style>
border-color css
<style>
span { border-color: #BF302D; }
span { border-color: rgb(191,48,45); }
td.TdClassName
{
border-color: #BF302D;
}
.TagClassName
{
border-color: #BF302D;
}
</style>