#1D040F

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

Shades of Rustic Red #1D040F

Tints of Rustic Red #1D040F

Color information

#1D040F (or 0x1D040F) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 0F. RGB value is (29,4,15). Sum of RGB (Red+Green+Blue) = 29+4+15=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D040F is #E2FBF0. Grayscale: #0C0C0C. Windows color (decimal): -14875633 or 984093. OLE color: 984093.

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

Color convert

RGB29415-
CMYK00.860.480.89
HSL333.6º75.76%6.47%-
HSV(B)333.6º86.21%11.37%-
XYZ0.640.380.49-
YUV12.73129.28139.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 60.42%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=60.42%
G=8.33%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2941500.860.480.89333.675.766.47
Hex1D4F056305914e4c6
Octal354170126601315161146
Binary1110110011110101011011000010110011010011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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