#1D0A0C

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

Shades of Rustic Red #1D0A0C

Tints of Rustic Red #1D0A0C

Color information

#1D0A0C (or 0x1D0A0C) is unknown color: approx Rustic Red. HEX triplet: 1D, 0A and 0C. RGB value is (29,10,12). Sum of RGB (Red+Green+Blue) = 29+10+12=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A0C is #E2F5F3. Grayscale: #0F0F0F. Windows color (decimal): -14874100 or 789021. OLE color: 789021.

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

Color convert

RGB291012-
CMYK00.660.590.89
HSL353.68º48.72%7.65%-
HSV(B)353.68º65.52%11.37%-
XYZ0.680.50.41-
YUV15.91125.79137.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=56.86%
G=19.61%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29101200.660.590.89353.6848.727.65
Hex1DAC0423B59162318
Octal3512140102731315426110
Binary11101101011000100001011101110110011011000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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