#1D010B

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

Shades of Rustic Red #1D010B

Tints of Rustic Red #1D010B

Color information

#1D010B (or 0x1D010B) is unknown color: approx Rustic Red. HEX triplet: 1D, 01 and 0B. RGB value is (29,1,11). Sum of RGB (Red+Green+Blue) = 29+1+11=41 (5% of max value = 765). Red value is 29 (11.72% from 255 or 70.73% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 29 - color contains mainly: red. Hex color #1D010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D010B is #E2FEF4. Grayscale: #0A0A0A. Windows color (decimal): -14876405 or 721181. OLE color: 721181.

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

Color convert

RGB29111-
CMYK00.970.620.89
HSL338.57º93.33%5.88%-
HSV(B)338.57º96.55%11.37%-
XYZ0.580.310.35-
YUV10.51128.28141.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 70.73%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=70.73%
G=2.44%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2911100.970.620.89338.5793.335.88
Hex1D1B0613E591535d6
Octal351130141761315231356
Binary11101110110110000111111010110011010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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