#1D050D

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

Shades of Rustic Red #1D050D

Tints of Rustic Red #1D050D

Color information

#1D050D (or 0x1D050D) is unknown color: approx Rustic Red. HEX triplet: 1D, 05 and 0D. RGB value is (29,5,13). Sum of RGB (Red+Green+Blue) = 29+5+13=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D050D is #E2FAF2. Grayscale: #0D0D0D. Windows color (decimal): -14875379 or 853277. OLE color: 853277.

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

Color convert

RGB29513-
CMYK00.830.550.89
HSL340º70.59%6.67%-
HSV(B)340º82.76%11.37%-
XYZ0.630.40.42-
YUV13.09127.95139.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=61.70%
G=10.64%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2951300.830.550.8934070.596.67
Hex1D5D0533759154477
Octal355150123671315241077
Binary1110110111010101001111011110110011010101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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