#1D080A

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

Shades of Rustic Red #1D080A

Tints of Rustic Red #1D080A

Color information

#1D080A (or 0x1D080A) is unknown color: approx Rustic Red. HEX triplet: 1D, 08 and 0A. RGB value is (29,8,10). Sum of RGB (Red+Green+Blue) = 29+8+10=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080A is #E2F7F5. Grayscale: #0E0E0E. Windows color (decimal): -14874614 or 657437. OLE color: 657437.

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

Color convert

RGB29810-
CMYK00.720.660.89
HSL354.29º56.76%7.25%-
HSV(B)354.29º72.41%11.37%-
XYZ0.650.460.34-
YUV14.51125.46138.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=61.70%
G=17.02%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2981000.720.660.89354.2956.767.25
Hex1D8A0484259162397
Octal3510120110102131542717
Binary11101100010100100100010000101011001101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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