#1E0F10

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

Shades of Rustic Red #1E0F10

Tints of Rustic Red #1E0F10

Color information

#1E0F10 (or 0x1E0F10) is unknown color: approx Rustic Red. HEX triplet: 1E, 0F and 10. RGB value is (30,15,16). Sum of RGB (Red+Green+Blue) = 30+15+16=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F10 is #E1F0EF. Grayscale: #131313. Windows color (decimal): -14807280 or 1052446. OLE color: 1052446.

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

Color convert

RGB301516-
CMYK00.50.470.88
HSL356º33.33%8.82%-
HSV(B)356º50%11.76%-
XYZ0.80.660.57-
YUV19.6125.97135.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=49.18%
G=24.59%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30151600.50.470.8835633.338.82
Hex1EF100322F58164219
Octal361720062571305444111
Binary11110111110000011001010111110110001011001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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