#1D000C

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

Shades of Rustic Red #1D000C

Tints of Rustic Red #1D000C

Color information

#1D000C (or 0x1D000C) is unknown color: approx Rustic Red. HEX triplet: 1D, 00 and 0C. RGB value is (29,0,12). Sum of RGB (Red+Green+Blue) = 29+0+12=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D000C is #E2FFF3. Grayscale: #0A0A0A. Windows color (decimal): -14876660 or 786461. OLE color: 786461.

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

Color convert

RGB29012-
CMYK010.590.89
HSL335.17º100%5.69%-
HSV(B)335.17º100%11.37%-
XYZ0.570.290.37-
YUV10.04129.11141.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=70.73%
G=0%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29012010.590.89335.171005.69
Hex1D0C0643B5914f646
Octal350140144731315171446
Binary11101011000110010011101110110011010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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