#1E0809

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

Shades of Rustic Red #1E0809

Tints of Rustic Red #1E0809

Color information

#1E0809 (or 0x1E0809) is unknown color: approx Rustic Red. HEX triplet: 1E, 08 and 09. RGB value is (30,8,9). Sum of RGB (Red+Green+Blue) = 30+8+9=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0809 is #E1F7F6. Grayscale: #0E0E0E. Windows color (decimal): -14809079 or 591902. OLE color: 591902.

HSL color Cylindrical-coordinate representation of color #1E0809: hue angle of 357.27º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0809 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB3089-
CMYK00.730.700.88
HSL357.27º57.89%7.45%-
HSV(B)357.27º73.33%11.76%-
XYZ0.670.470.31-
YUV14.69124.79138.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 63.83%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=63.83%
G=17.02%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal308900.730.700.88357.2757.897.45
Hex1E8904946581653a7
Octal3610110111106130545727
Binary11110100010010100100110001101011000101100101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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