#1D0B10

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

Shades of Rustic Red #1D0B10

Tints of Rustic Red #1D0B10

Color information

#1D0B10 (or 0x1D0B10) is unknown color: approx Rustic Red. HEX triplet: 1D, 0B and 10. RGB value is (29,11,16). Sum of RGB (Red+Green+Blue) = 29+11+16=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B10 is #E2F4EF. Grayscale: #101010. Windows color (decimal): -14873840 or 1051421. OLE color: 1051421.

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

Color convert

RGB291116-
CMYK00.620.450.89
HSL343.33º45%7.84%-
HSV(B)343.33º62.07%11.37%-
XYZ0.720.540.56-
YUV16.95127.46136.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 51.79%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=51.79%
G=19.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29111600.620.450.89343.33457.84
Hex1DB1003E2D591572d8
Octal351320076551315275510
Binary11101101110000011111010110110110011010101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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