#1D070A

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

Shades of Rustic Red #1D070A

Tints of Rustic Red #1D070A

Color information

#1D070A (or 0x1D070A) is unknown color: approx Rustic Red. HEX triplet: 1D, 07 and 0A. RGB value is (29,7,10). Sum of RGB (Red+Green+Blue) = 29+7+10=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070A is #E2F8F5. Grayscale: #0D0D0D. Windows color (decimal): -14874870 or 657181. OLE color: 657181.

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

Color convert

RGB29710-
CMYK00.760.660.89
HSL351.82º61.11%7.06%-
HSV(B)351.82º75.86%11.37%-
XYZ0.640.440.34-
YUV13.92125.79138.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=63.04%
G=15.22%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971000.760.660.89351.8261.117.06
Hex1D7A04C42591603d7
Octal357120114102131540757
Binary1110111110100100110010000101011001101100000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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