Shades of Rustic Red #1E0305
Tints of Rustic Red #1E0305
RGB
CMYK
RGB Variations
Color information
#1E0305 (or 0x1E0305) is known color: Rustic Red. HEX triplet: 1E, 03 and 05. RGB value is (30,3,5). Sum of RGB (Red+Green+Blue) = 30+3+5=38 (5% of max value = 765). Red value is 30 (12.11% from 255 or 78.95% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0305 is #E1FCFA. Grayscale: #0B0B0B. Windows color (decimal): -14810363 or 328478. OLE color: 328478.
HSL color Cylindrical-coordinate representation of color #1E0305: hue angle of 355.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0305 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 5 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.88 |
| HSL | 355.56º | 0.82% | 0.06% | - |
| HSV(B) | 355.56º | 0.9% | 0.12% | - |
| XYZ | 0.6 | 0.35 | 0.18 | - |
| YUV | 11.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 5 | 0 | 0.90 | 0.83 | 0.88 | 355.56 | 0.82 | 0.06 |
| Hex | 1E | 3 | 5 | 0 | 5A | 53 | 58 | 164 | 52 | 6 |
| Octal | 36 | 3 | 5 | 0 | 132 | 123 | 130 | 544 | 122 | 6 |
| Binary | 11110 | 11 | 101 | 0 | 1011010 | 1010011 | 1011000 | 101100100 | 1010010 | 110 |
Color Harmonies of #1E0305
Complementary color
Monochromatic Colors of #1E0305
Black with #1E0305
Text Example
Text Example
White with #1E0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0305; }
p { color: rgb(30,3,5); }
H1.HeaderClassName
{
color: #1E0305;
}
.AnyTagClassName
{
color: #1E0305;
}
</style>
background-color css
<style>
a { background-color: #1E0305; }
a { background-color: rgb(30,3,5); }
div.DivClassName
{
background-color: #1E0305;
}
.BgClassName
{
background-color: #1E0305;
}
</style>
border-color css
<style>
span { border-color: #1E0305; }
span { border-color: rgb(30,3,5); }
td.TdClassName
{
border-color: #1E0305;
}
.TagClassName
{
border-color: #1E0305;
}
</style>