#1D040A

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

Shades of Rustic Red #1D040A

Tints of Rustic Red #1D040A

Color information

#1D040A (or 0x1D040A) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 0A. RGB value is (29,4,10). Sum of RGB (Red+Green+Blue) = 29+4+10=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040A is #E2FBF5. Grayscale: #0C0C0C. Windows color (decimal): -14875638 or 656413. OLE color: 656413.

HSL color Cylindrical-coordinate representation of color #1D040A: hue angle of 345.6º 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 #1D040A is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB29410-
CMYK00.860.660.89
HSL345.6º75.76%6.47%-
HSV(B)345.6º86.21%11.37%-
XYZ0.60.370.33-
YUV12.16126.78140.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 67.44%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=67.44%
G=9.30%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2941000.860.660.89345.675.766.47
Hex1D4A056425915a4c6
Octal3541201261021315321146
Binary11101100101001010110100001010110011010110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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