#1D0810

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

Shades of Rustic Red #1D0810

Tints of Rustic Red #1D0810

Color information

#1D0810 (or 0x1D0810) is unknown color: approx Rustic Red. HEX triplet: 1D, 08 and 10. RGB value is (29,8,16). Sum of RGB (Red+Green+Blue) = 29+8+16=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0810 is #E2F7EF. Grayscale: #0F0F0F. Windows color (decimal): -14874608 or 1050653. OLE color: 1050653.

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

Color convert

RGB29816-
CMYK00.720.450.89
HSL337.14º56.76%7.25%-
HSV(B)337.14º72.41%11.37%-
XYZ0.690.470.55-
YUV15.19128.46137.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=54.72%
G=15.09%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2981600.720.450.89337.1456.767.25
Hex1D8100482D59151397
Octal351020011055131521717
Binary11101100010000010010001011011011001101010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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