Shades of Persian Red #BD302C
Tints of Persian Red #BD302C
RGB
CMYK
RGB Variations
Color information
#BD302C (or 0xBD302C) is known color: Persian Red. HEX triplet: BD, 30 and 2C. RGB value is (189,48,44). Sum of RGB (Red+Green+Blue) = 189+48+44=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD302C is #42CFD3. Grayscale: #595959. Windows color (decimal): -4378580 or 2896061. OLE color: 2896061.
HSL color Cylindrical-coordinate representation of color #BD302C: hue angle of 1.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD302C is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 44 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.26 |
| HSL | 1.66º | 0.62% | 0.46% | - |
| HSV(B) | 1.66º | 0.77% | 0.74% | - |
| XYZ | 22.5 | 13.11 | 3.73 | - |
| YUV | 89.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 44 | 0 | 0.75 | 0.77 | 0.26 | 1.66 | 0.62 | 0.46 |
| Hex | BD | 30 | 2C | 0 | 4B | 4D | 1A | 2 | 3E | 2E |
| Octal | 275 | 60 | 54 | 0 | 113 | 115 | 32 | 2 | 76 | 56 |
| Binary | 10111101 | 110000 | 101100 | 0 | 1001011 | 1001101 | 11010 | 10 | 111110 | 101110 |
Color Harmonies of #BD302C
Complementary color
Monochromatic Colors of #BD302C
Black with #BD302C
Text Example
Text Example
White with #BD302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD302C; }
p { color: rgb(189,48,44); }
H1.HeaderClassName
{
color: #BD302C;
}
.AnyTagClassName
{
color: #BD302C;
}
</style>
background-color css
<style>
a { background-color: #BD302C; }
a { background-color: rgb(189,48,44); }
div.DivClassName
{
background-color: #BD302C;
}
.BgClassName
{
background-color: #BD302C;
}
</style>
border-color css
<style>
span { border-color: #BD302C; }
span { border-color: rgb(189,48,44); }
td.TdClassName
{
border-color: #BD302C;
}
.TagClassName
{
border-color: #BD302C;
}
</style>