Shades of Rustic Red #1E030F
Tints of Rustic Red #1E030F
RGB
CMYK
RGB Variations
Color information
#1E030F (or 0x1E030F) is known color: Rustic Red. HEX triplet: 1E, 03 and 0F. RGB value is (30,3,15). Sum of RGB (Red+Green+Blue) = 30+3+15=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030F is #E1FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14810353 or 983838. OLE color: 983838.
HSL color Cylindrical-coordinate representation of color #1E030F: hue angle of 333.33º 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 #1E030F is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 15 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.88 |
| HSL | 333.33º | 0.82% | 0.06% | - |
| HSV(B) | 333.33º | 0.9% | 0.12% | - |
| XYZ | 0.65 | 0.38 | 0.49 | - |
| YUV | 12.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 15 | 0 | 0.90 | 0.5 | 0.88 | 333.33 | 0.82 | 0.06 |
| Hex | 1E | 3 | F | 0 | 5A | 32 | 58 | 14D | 52 | 6 |
| Octal | 36 | 3 | 17 | 0 | 132 | 62 | 130 | 515 | 122 | 6 |
| Binary | 11110 | 11 | 1111 | 0 | 1011010 | 110010 | 1011000 | 101001101 | 1010010 | 110 |
Color Harmonies of #1E030F
Complementary color
Monochromatic Colors of #1E030F
Black with #1E030F
Text Example
Text Example
White with #1E030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E030F; }
p { color: rgb(30,3,15); }
H1.HeaderClassName
{
color: #1E030F;
}
.AnyTagClassName
{
color: #1E030F;
}
</style>
background-color css
<style>
a { background-color: #1E030F; }
a { background-color: rgb(30,3,15); }
div.DivClassName
{
background-color: #1E030F;
}
.BgClassName
{
background-color: #1E030F;
}
</style>
border-color css
<style>
span { border-color: #1E030F; }
span { border-color: rgb(30,3,15); }
td.TdClassName
{
border-color: #1E030F;
}
.TagClassName
{
border-color: #1E030F;
}
</style>