#1E0F11

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

Shades of Rustic Red #1E0F11

Tints of Rustic Red #1E0F11

Color information

#1E0F11 (or 0x1E0F11) is unknown color: approx Rustic Red. HEX triplet: 1E, 0F and 11. RGB value is (30,15,17). Sum of RGB (Red+Green+Blue) = 30+15+17=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F11 is #E1F0EE. Grayscale: #131313. Windows color (decimal): -14807279 or 1117982. OLE color: 1117982.

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

Color convert

RGB301517-
CMYK00.50.430.88
HSL352º33.33%8.82%-
HSV(B)352º50%11.76%-
XYZ0.810.660.61-
YUV19.71126.47135.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=48.39%
G=24.19%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30151700.50.430.8835233.338.82
Hex1EF110322B58160219
Octal361721062531305404111
Binary11110111110001011001010101110110001011000001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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