#1E000A

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

Shades of Rustic Red #1E000A

Tints of Rustic Red #1E000A

Color information

#1E000A (or 0x1E000A) is unknown color: approx Rustic Red. HEX triplet: 1E, 00 and 0A. RGB value is (30,0,10). Sum of RGB (Red+Green+Blue) = 30+0+10=40 (5% of max value = 765). Red value is 30 (12.11% from 255 or 75% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000A is #E1FFF5. Grayscale: #0A0A0A. Windows color (decimal): -14811126 or 655390. OLE color: 655390.

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

Color convert

RGB30010-
CMYK010.670.88
HSL340º100%5.88%-
HSV(B)340º100%11.76%-
XYZ0.590.30.31-
YUV10.11127.94142.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30010010.670.883401005.88
Hex1E0A0644358154646
Octal3601201441031305241446
Binary111100101001100100100001110110001010101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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