#1E020E

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

Shades of Rustic Red #1E020E

Tints of Rustic Red #1E020E

Color information

#1E020E (or 0x1E020E) is unknown color: approx Rustic Red. HEX triplet: 1E, 02 and 0E. RGB value is (30,2,14). Sum of RGB (Red+Green+Blue) = 30+2+14=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E020E is #E1FDF1. Grayscale: #0B0B0B. Windows color (decimal): -14810610 or 918046. OLE color: 918046.

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

Color convert

RGB30214-
CMYK00.930.530.88
HSL334.29º87.5%6.27%-
HSV(B)334.29º93.33%11.76%-
XYZ0.640.350.45-
YUV11.74129.28141.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 65.22%
GREEN value IS 2 (1.17% from 255) = 4.35%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=65.22%
G=4.35%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3021400.930.530.88334.2987.56.27
Hex1E2E05D355814e586
Octal362160135651305161306
Binary111101011100101110111010110110001010011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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