#1D0B0E

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

Shades of Rustic Red #1D0B0E

Tints of Rustic Red #1D0B0E

Color information

#1D0B0E (or 0x1D0B0E) is unknown color: approx Rustic Red. HEX triplet: 1D, 0B and 0E. RGB value is (29,11,14). Sum of RGB (Red+Green+Blue) = 29+11+14=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B0E is #E2F4F1. Grayscale: #101010. Windows color (decimal): -14873842 or 920349. OLE color: 920349.

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

Color convert

RGB291114-
CMYK00.620.520.89
HSL350º45%7.84%-
HSV(B)350º62.07%11.37%-
XYZ0.710.530.48-
YUV16.72126.46136.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 14 (5.86% from 255) = 25.93%
R=53.70%
G=20.37%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29111400.620.520.89350457.84
Hex1DBE03E345915e2d8
Octal351316076641315365510
Binary1110110111110011111011010010110011010111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,14); }

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

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

 a { background-color: rgb(29,11,14); }

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

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

 span { border-color: rgb(29,11,14); }

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