#1E080A

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

Shades of Rustic Red #1E080A

Tints of Rustic Red #1E080A

Color information

#1E080A (or 0x1E080A) is unknown color: approx Rustic Red. HEX triplet: 1E, 08 and 0A. RGB value is (30,8,10). Sum of RGB (Red+Green+Blue) = 30+8+10=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E080A is #E1F7F5. Grayscale: #0E0E0E. Windows color (decimal): -14809078 or 657438. OLE color: 657438.

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

Color convert

RGB30810-
CMYK00.730.670.88
HSL354.55º57.89%7.45%-
HSV(B)354.55º73.33%11.76%-
XYZ0.680.470.34-
YUV14.81125.29138.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 62.5%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=62.5%
G=16.67%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3081000.730.670.88354.5557.897.45
Hex1E8A04943581633a7
Octal3610120111103130543727
Binary11110100010100100100110000111011000101100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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