#1D040B

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

Shades of Rustic Red #1D040B

Tints of Rustic Red #1D040B

Color information

#1D040B (or 0x1D040B) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 0B. RGB value is (29,4,11). Sum of RGB (Red+Green+Blue) = 29+4+11=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040B is #E2FBF4. Grayscale: #0C0C0C. Windows color (decimal): -14875637 or 721949. OLE color: 721949.

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

Color convert

RGB29411-
CMYK00.860.620.89
HSL343.2º75.76%6.47%-
HSV(B)343.2º86.21%11.37%-
XYZ0.610.370.36-
YUV12.27127.28139.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 65.91%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 11 (4.69% from 255) = 25%
R=65.91%
G=9.09%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2941100.860.620.89343.275.766.47
Hex1D4B0563E591574c6
Octal354130126761315271146
Binary1110110010110101011011111010110011010101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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