Shades of Persian Red #BF302B
Tints of Persian Red #BF302B
RGB
CMYK
RGB Variations
Color information
#BF302B (or 0xBF302B) is known color: Persian Red. HEX triplet: BF, 30 and 2B. RGB value is (191,48,43). Sum of RGB (Red+Green+Blue) = 191+48+43=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF302B is #40CFD4. Grayscale: #5A5A5A. Windows color (decimal): -4247509 or 2830527. OLE color: 2830527.
HSL color Cylindrical-coordinate representation of color #BF302B: hue angle of 2.03º 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 #BF302B is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 43 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.25 |
| HSL | 2.03º | 0.63% | 0.46% | - |
| HSV(B) | 2.03º | 0.77% | 0.75% | - |
| XYZ | 22.98 | 13.36 | 3.65 | - |
| YUV | 90.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 43 | 0 | 0.75 | 0.77 | 0.25 | 2.03 | 0.63 | 0.46 |
| Hex | BF | 30 | 2B | 0 | 4B | 4D | 19 | 2 | 3F | 2E |
| Octal | 277 | 60 | 53 | 0 | 113 | 115 | 31 | 2 | 77 | 56 |
| Binary | 10111111 | 110000 | 101011 | 0 | 1001011 | 1001101 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #BF302B
Complementary color
Monochromatic Colors of #BF302B
Black with #BF302B
Text Example
Text Example
White with #BF302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF302B; }
p { color: rgb(191,48,43); }
H1.HeaderClassName
{
color: #BF302B;
}
.AnyTagClassName
{
color: #BF302B;
}
</style>
background-color css
<style>
a { background-color: #BF302B; }
a { background-color: rgb(191,48,43); }
div.DivClassName
{
background-color: #BF302B;
}
.BgClassName
{
background-color: #BF302B;
}
</style>
border-color css
<style>
span { border-color: #BF302B; }
span { border-color: rgb(191,48,43); }
td.TdClassName
{
border-color: #BF302B;
}
.TagClassName
{
border-color: #BF302B;
}
</style>