#1D0A0D

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

Shades of Rustic Red #1D0A0D

Tints of Rustic Red #1D0A0D

Color information

#1D0A0D (or 0x1D0A0D) is unknown color: approx Rustic Red. HEX triplet: 1D, 0A and 0D. RGB value is (29,10,13). Sum of RGB (Red+Green+Blue) = 29+10+13=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A0D is #E2F5F2. Grayscale: #101010. Windows color (decimal): -14874099 or 854557. OLE color: 854557.

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

Color convert

RGB291013-
CMYK00.660.550.89
HSL350.53º48.72%7.65%-
HSV(B)350.53º65.52%11.37%-
XYZ0.690.510.44-
YUV16.02126.29137.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 13 (5.47% from 255) = 25%
R=55.77%
G=19.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29101300.660.550.89350.5348.727.65
Hex1DAD042375915f318
Octal3512150102671315376110
Binary11101101011010100001011011110110011010111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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