#1E090D

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

Shades of Rustic Red #1E090D

Tints of Rustic Red #1E090D

Color information

#1E090D (or 0x1E090D) is unknown color: approx Rustic Red. HEX triplet: 1E, 09 and 0D. RGB value is (30,9,13). Sum of RGB (Red+Green+Blue) = 30+9+13=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E090D is #E1F6F2. Grayscale: #0F0F0F. Windows color (decimal): -14808819 or 854302. OLE color: 854302.

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

Color convert

RGB30913-
CMYK00.700.570.88
HSL348.57º53.85%7.65%-
HSV(B)348.57º70%11.76%-
XYZ0.710.50.44-
YUV15.73126.46138.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 57.69%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 13 (5.47% from 255) = 25%
R=57.69%
G=17.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3091300.700.570.88348.5753.857.65
Hex1E9D046395815d368
Octal3611150106711305356610
Binary11110100111010100011011100110110001010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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