#1E0209

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

Shades of Rustic Red #1E0209

Tints of Rustic Red #1E0209

Color information

#1E0209 (or 0x1E0209) is unknown color: approx Rustic Red. HEX triplet: 1E, 02 and 09. RGB value is (30,2,9). Sum of RGB (Red+Green+Blue) = 30+2+9=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0209 is #E1FDF6. Grayscale: #0B0B0B. Windows color (decimal): -14810615 or 590366. OLE color: 590366.

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

Color convert

RGB3029-
CMYK00.930.700.88
HSL345º87.5%6.27%-
HSV(B)345º93.33%11.76%-
XYZ0.610.340.29-
YUV11.17126.78141.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 73.17%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=73.17%
G=4.88%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal302900.930.700.8834587.56.27
Hex1E2905D4658159586
Octal3621101351061305311306
Binary1111010100101011101100011010110001010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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