#1D1013

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

Shades of Rustic Red #1D1013

Tints of Rustic Red #1D1013

Color information

#1D1013 (or 0x1D1013) is unknown color: approx Rustic Red. HEX triplet: 1D, 10 and 13. RGB value is (29,16,19). Sum of RGB (Red+Green+Blue) = 29+16+19=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1013 is #E2EFEC. Grayscale: #141414. Windows color (decimal): -14872557 or 1249309. OLE color: 1249309.

HSL color Cylindrical-coordinate representation of color #1D1013: hue angle of 346.15º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1013 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB291619-
CMYK00.450.340.89
HSL346.15º28.89%8.82%-
HSV(B)346.15º44.83%11.37%-
XYZ0.810.680.7-
YUV20.23127.31134.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=45.31%
G=25%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29161900.450.340.89346.1528.898.82
Hex1D101302D225915a1d9
Octal352023055421315323511
Binary11101100001001101011011000101011001101011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,19); }

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

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

 a { background-color: rgb(29,16,19); }

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

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

 span { border-color: rgb(29,16,19); }

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