#1D0F12

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

Shades of Rustic Red #1D0F12

Tints of Rustic Red #1D0F12

Color information

#1D0F12 (or 0x1D0F12) is unknown color: approx Rustic Red. HEX triplet: 1D, 0F and 12. RGB value is (29,15,18). Sum of RGB (Red+Green+Blue) = 29+15+18=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F12 is #E2F0ED. Grayscale: #131313. Windows color (decimal): -14872814 or 1183517. OLE color: 1183517.

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

Color convert

RGB291518-
CMYK00.480.380.89
HSL347.14º31.82%8.63%-
HSV(B)347.14º48.28%11.37%-
XYZ0.790.650.66-
YUV19.53127.14134.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=46.77%
G=24.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29151800.480.380.89347.1431.828.63
Hex1DF12030265915b209
Octal351722060461315334011
Binary11101111110010011000010011010110011010110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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