#1D020A

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

Shades of Rustic Red #1D020A

Tints of Rustic Red #1D020A

Color information

#1D020A (or 0x1D020A) is unknown color: approx Rustic Red. HEX triplet: 1D, 02 and 0A. RGB value is (29,2,10). Sum of RGB (Red+Green+Blue) = 29+2+10=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D020A is #E2FDF5. Grayscale: #0A0A0A. Windows color (decimal): -14876150 or 655901. OLE color: 655901.

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

Color convert

RGB29210-
CMYK00.930.660.89
HSL342.22º87.1%6.08%-
HSV(B)342.22º93.1%11.37%-
XYZ0.580.330.32-
YUV10.98127.45140.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=70.73%
G=4.88%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921000.930.660.89342.2287.16.08
Hex1D2A05D4259156576
Octal3521201351021315261276
Binary1110110101001011101100001010110011010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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