#1D0F15

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

Shades of Rustic Red #1D0F15

Tints of Rustic Red #1D0F15

Color information

#1D0F15 (or 0x1D0F15) is unknown color: approx Rustic Red. HEX triplet: 1D, 0F and 15. RGB value is (29,15,21). Sum of RGB (Red+Green+Blue) = 29+15+21=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F15 is #E2F0EA. Grayscale: #131313. Windows color (decimal): -14872811 or 1380125. OLE color: 1380125.

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

Color convert

RGB291521-
CMYK00.480.280.89
HSL334.29º31.82%8.63%-
HSV(B)334.29º48.28%11.37%-
XYZ0.810.660.79-
YUV19.87128.64134.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=44.62%
G=23.08%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152100.480.280.89334.2931.828.63
Hex1DF150301C5914e209
Octal351725060341315164011
Binary1110111111010101100001110010110011010011101000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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