#1E040D

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

Shades of Rustic Red #1E040D

Tints of Rustic Red #1E040D

Color information

#1E040D (or 0x1E040D) is unknown color: approx Rustic Red. HEX triplet: 1E, 04 and 0D. RGB value is (30,4,13). Sum of RGB (Red+Green+Blue) = 30+4+13=47 (6% of max value = 765). Red value is 30 (12.11% from 255 or 63.83% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 30 - color contains mainly: red. Hex color #1E040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E040D is #E1FBF2. Grayscale: #0C0C0C. Windows color (decimal): -14810099 or 853022. OLE color: 853022.

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

Color convert

RGB30413-
CMYK00.870.570.88
HSL339.23º76.47%6.67%-
HSV(B)339.23º86.67%11.76%-
XYZ0.650.390.42-
YUV12.8128.11140.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 63.83%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=63.83%
G=8.51%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3041300.870.570.88339.2376.476.67
Hex1E4D05739581534c7
Octal364150127711305231147
Binary1111010011010101011111100110110001010100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,4,13); }

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

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

 a { background-color: rgb(30,4,13); }

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

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

 span { border-color: rgb(30,4,13); }

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