#1D060C

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

Shades of Rustic Red #1D060C

Tints of Rustic Red #1D060C

Color information

#1D060C (or 0x1D060C) is unknown color: approx Rustic Red. HEX triplet: 1D, 06 and 0C. RGB value is (29,6,12). Sum of RGB (Red+Green+Blue) = 29+6+12=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060C is #E2F9F3. Grayscale: #0D0D0D. Windows color (decimal): -14875124 or 787997. OLE color: 787997.

HSL color Cylindrical-coordinate representation of color #1D060C: hue angle of 344.35º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D060C is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB29612-
CMYK00.790.590.89
HSL344.35º65.71%6.86%-
HSV(B)344.35º79.31%11.37%-
XYZ0.640.420.39-
YUV13.56127.12139.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=61.70%
G=12.77%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2961200.790.590.89344.3565.716.86
Hex1D6C04F3B59158427
Octal356140117731315301027
Binary1110111011000100111111101110110011010110001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,12); }

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

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

 a { background-color: rgb(29,6,12); }

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

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

 span { border-color: rgb(29,6,12); }

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