#1D070D

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

Shades of Rustic Red #1D070D

Tints of Rustic Red #1D070D

Color information

#1D070D (or 0x1D070D) is unknown color: approx Rustic Red. HEX triplet: 1D, 07 and 0D. RGB value is (29,7,13). Sum of RGB (Red+Green+Blue) = 29+7+13=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070D is #E2F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14874867 or 853789. OLE color: 853789.

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

Color convert

RGB29713-
CMYK00.760.550.89
HSL343.64º61.11%7.06%-
HSV(B)343.64º75.86%11.37%-
XYZ0.660.440.43-
YUV14.26127.29138.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 59.18%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=59.18%
G=14.29%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971300.760.550.89343.6461.117.06
Hex1D7D04C37591583d7
Octal35715011467131530757
Binary111011111101010011001101111011001101011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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