#1D0A12

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

Shades of Rustic Red #1D0A12

Tints of Rustic Red #1D0A12

Color information

#1D0A12 (or 0x1D0A12) is unknown color: approx Rustic Red. HEX triplet: 1D, 0A and 12. RGB value is (29,10,18). Sum of RGB (Red+Green+Blue) = 29+10+18=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A12 is #E2F5ED. Grayscale: #101010. Windows color (decimal): -14874094 or 1182237. OLE color: 1182237.

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

Color convert

RGB291018-
CMYK00.660.380.89
HSL334.74º48.72%7.65%-
HSV(B)334.74º65.52%11.37%-
XYZ0.720.520.63-
YUV16.59128.79136.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50.88%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=50.88%
G=17.54%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29101800.660.380.89334.7448.727.65
Hex1DA12042265914f318
Octal3512220102461315176110
Binary111011010100100100001010011010110011010011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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