#1E090E

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

Shades of Rustic Red #1E090E

Tints of Rustic Red #1E090E

Color information

#1E090E (or 0x1E090E) is unknown color: approx Rustic Red. HEX triplet: 1E, 09 and 0E. RGB value is (30,9,14). Sum of RGB (Red+Green+Blue) = 30+9+14=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E090E is #E1F6F1. Grayscale: #0F0F0F. Windows color (decimal): -14808818 or 919838. OLE color: 919838.

HSL color Cylindrical-coordinate representation of color #1E090E: hue angle of 345.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E090E is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.88.

Color convert

RGB30914-
CMYK00.700.530.88
HSL345.71º53.85%7.65%-
HSV(B)345.71º70%11.76%-
XYZ0.710.50.48-
YUV15.85126.96138.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 14 (5.86% from 255) = 26.42%
R=56.60%
G=16.98%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3091400.700.530.88345.7153.857.65
Hex1E9E046355815a368
Octal3611160106651305326610
Binary11110100111100100011011010110110001010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,14); }

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

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

 a { background-color: rgb(30,9,14); }

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

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

 span { border-color: rgb(30,9,14); }

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