#1D0F14

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

Shades of Rustic Red #1D0F14

Tints of Rustic Red #1D0F14

Color information

#1D0F14 (or 0x1D0F14) is unknown color: approx Rustic Red. HEX triplet: 1D, 0F and 14. RGB value is (29,15,20). Sum of RGB (Red+Green+Blue) = 29+15+20=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F14 is #E2F0EB. Grayscale: #131313. Windows color (decimal): -14872812 or 1314589. OLE color: 1314589.

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

Color convert

RGB291520-
CMYK00.480.310.89
HSL338.57º31.82%8.63%-
HSV(B)338.57º48.28%11.37%-
XYZ0.80.650.75-
YUV19.76128.14134.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=45.31%
G=23.44%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29152000.480.310.89338.5731.828.63
Hex1DF140301F59153209
Octal351724060371315234011
Binary1110111111010001100001111110110011010100111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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