#1D040D

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

Shades of Rustic Red #1D040D

Tints of Rustic Red #1D040D

Color information

#1D040D (or 0x1D040D) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 0D. RGB value is (29,4,13). Sum of RGB (Red+Green+Blue) = 29+4+13=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040D is #E2FBF2. Grayscale: #0C0C0C. Windows color (decimal): -14875635 or 853021. OLE color: 853021.

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

Color convert

RGB29413-
CMYK00.860.550.89
HSL338.4º75.76%6.47%-
HSV(B)338.4º86.21%11.37%-
XYZ0.620.380.42-
YUV12.5128.28139.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=63.04%
G=8.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2941300.860.550.89338.475.766.47
Hex1D4D05637591524c6
Octal354150126671315221146
Binary1110110011010101011011011110110011010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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