#1E050F

Color #1E050F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1E050F

Tints of Rustic Red #1E050F

Color information

#1E050F (or 0x1E050F) is unknown color: approx Rustic Red. HEX triplet: 1E, 05 and 0F. RGB value is (30,5,15). Sum of RGB (Red+Green+Blue) = 30+5+15=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E050F is #E1FAF0. Grayscale: #0D0D0D. Windows color (decimal): -14809841 or 984350. OLE color: 984350.

HSL color Cylindrical-coordinate representation of color #1E050F: hue angle of 336º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E050F is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB30515-
CMYK00.830.50.88
HSL336º71.43%6.86%-
HSV(B)336º83.33%11.76%-
XYZ0.680.420.5-
YUV13.61128.78139.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 15 (6.25% from 255) = 30%
R=60%
G=10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3051500.830.50.8833671.436.86
Hex1E5F0533258150477
Octal365170123621305201077
Binary1111010111110101001111001010110001010100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E050F; }

 p { color: rgb(30,5,15); }

 H1.HeaderClassName
 {
   color: #1E050F;
 }
 .AnyTagClassName
 {
   color: #1E050F;
 }
</style>
background-color css

<style>
 a { background-color: #1E050F; }

 a { background-color: rgb(30,5,15); }

 div.DivClassName
 {
   background-color: #1E050F;
 }
 .BgClassName
 {
   background-color: #1E050F;
 }
</style>
border-color css

<style>
 span { border-color: #1E050F; }

 span { border-color: rgb(30,5,15); }

 td.TdClassName
 {
   border-color: #1E050F;
 }
 .TagClassName
 {
   border-color: #1E050F;
 }
</style>