#1E090C

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

Shades of Rustic Red #1E090C

Tints of Rustic Red #1E090C

Color information

#1E090C (or 0x1E090C) is unknown color: approx Rustic Red. HEX triplet: 1E, 09 and 0C. RGB value is (30,9,12). Sum of RGB (Red+Green+Blue) = 30+9+12=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E090C is #E1F6F3. Grayscale: #0F0F0F. Windows color (decimal): -14808820 or 788766. OLE color: 788766.

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

Color convert

RGB30912-
CMYK00.700.600.88
HSL351.43º53.85%7.65%-
HSV(B)351.43º70%11.76%-
XYZ0.70.50.41-
YUV15.62125.96138.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 58.82%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3091200.700.600.88351.4353.857.65
Hex1E9C0463C5815f368
Octal3611140106741305376610
Binary11110100111000100011011110010110001010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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