#1D040E

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

Shades of Rustic Red #1D040E

Tints of Rustic Red #1D040E

Color information

#1D040E (or 0x1D040E) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 0E. RGB value is (29,4,14). Sum of RGB (Red+Green+Blue) = 29+4+14=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040E is #E2FBF1. Grayscale: #0C0C0C. Windows color (decimal): -14875634 or 918557. OLE color: 918557.

HSL color Cylindrical-coordinate representation of color #1D040E: hue angle of 336º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D040E is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.89.

Color convert

RGB29414-
CMYK00.860.520.89
HSL336º75.76%6.47%-
HSV(B)336º86.21%11.37%-
XYZ0.630.380.46-
YUV12.61128.78139.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=61.70%
G=8.51%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2941400.860.520.8933675.766.47
Hex1D4E05634591504c6
Octal354160126641315201146
Binary1110110011100101011011010010110011010100001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,4,14); }

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

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

 a { background-color: rgb(29,4,14); }

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

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

 span { border-color: rgb(29,4,14); }

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