#1D1015

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

Shades of Rustic Red #1D1015

Tints of Rustic Red #1D1015

Color information

#1D1015 (or 0x1D1015) is unknown color: approx Rustic Red. HEX triplet: 1D, 10 and 15. RGB value is (29,16,21). Sum of RGB (Red+Green+Blue) = 29+16+21=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1015 is #E2EFEA. Grayscale: #141414. Windows color (decimal): -14872555 or 1380381. OLE color: 1380381.

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

Color convert

RGB291621-
CMYK00.450.280.89
HSL336.92º28.89%8.82%-
HSV(B)336.92º44.83%11.37%-
XYZ0.830.690.8-
YUV20.46128.31134.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=43.94%
G=24.24%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29162100.450.280.89336.9228.898.82
Hex1D101502D1C591511d9
Octal352025055341315213511
Binary1110110000101010101101111001011001101010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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