#1D0710

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

Shades of Rustic Red #1D0710

Tints of Rustic Red #1D0710

Color information

#1D0710 (or 0x1D0710) is unknown color: approx Rustic Red. HEX triplet: 1D, 07 and 10. RGB value is (29,7,16). Sum of RGB (Red+Green+Blue) = 29+7+16=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0710 is #E2F8EF. Grayscale: #0E0E0E. Windows color (decimal): -14874864 or 1050397. OLE color: 1050397.

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

Color convert

RGB29716-
CMYK00.760.450.89
HSL335.45º61.11%7.06%-
HSV(B)335.45º75.86%11.37%-
XYZ0.680.450.54-
YUV14.6128.79138.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=55.77%
G=13.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971600.760.450.89335.4561.117.06
Hex1D71004C2D5914f3d7
Octal35720011455131517757
Binary1110111110000010011001011011011001101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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