#1D0B13

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

Shades of Rustic Red #1D0B13

Tints of Rustic Red #1D0B13

Color information

#1D0B13 (or 0x1D0B13) is unknown color: approx Rustic Red. HEX triplet: 1D, 0B and 13. RGB value is (29,11,19). Sum of RGB (Red+Green+Blue) = 29+11+19=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B13 is #E2F4EC. Grayscale: #111111. Windows color (decimal): -14873837 or 1248029. OLE color: 1248029.

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

Color convert

RGB291119-
CMYK00.620.340.89
HSL333.33º45%7.84%-
HSV(B)333.33º62.07%11.37%-
XYZ0.740.550.68-
YUV17.29128.96136.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 49.15%
GREEN value IS 11 (4.69% from 255) = 18.64%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=49.15%
G=18.64%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29111900.620.340.89333.33457.84
Hex1DB1303E225914d2d8
Octal351323076421315155510
Binary11101101110011011111010001010110011010011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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