#1E0F14

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

Shades of Rustic Red #1E0F14

Tints of Rustic Red #1E0F14

Color information

#1E0F14 (or 0x1E0F14) is unknown color: approx Rustic Red. HEX triplet: 1E, 0F and 14. RGB value is (30,15,20). Sum of RGB (Red+Green+Blue) = 30+15+20=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F14 is #E1F0EB. Grayscale: #141414. Windows color (decimal): -14807276 or 1314590. OLE color: 1314590.

HSL color Cylindrical-coordinate representation of color #1E0F14: hue angle of 340º 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 #1E0F14 is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB301520-
CMYK00.50.330.88
HSL340º33.33%8.82%-
HSV(B)340º50%11.76%-
XYZ0.830.670.75-
YUV20.06127.97135.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30152000.50.330.8834033.338.82
Hex1EF140322158154219
Octal361724062411305244111
Binary11110111110100011001010000110110001010101001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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