#1D090C

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

Shades of Rustic Red #1D090C

Tints of Rustic Red #1D090C

Color information

#1D090C (or 0x1D090C) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 0C. RGB value is (29,9,12). Sum of RGB (Red+Green+Blue) = 29+9+12=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090C is #E2F6F3. Grayscale: #0F0F0F. Windows color (decimal): -14874356 or 788765. OLE color: 788765.

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

Color convert

RGB29912-
CMYK00.690.590.89
HSL351º52.63%7.45%-
HSV(B)351º68.97%11.37%-
XYZ0.670.480.41-
YUV15.32126.13137.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 58%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 12 (5.08% from 255) = 24%
R=58%
G=18%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991200.690.590.8935152.637.45
Hex1D9C0453B5915f357
Octal351114010573131537657
Binary1110110011100010001011110111011001101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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