#1D0910

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

Shades of Rustic Red #1D0910

Tints of Rustic Red #1D0910

Color information

#1D0910 (or 0x1D0910) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 10. RGB value is (29,9,16). Sum of RGB (Red+Green+Blue) = 29+9+16=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0910 is #E2F6EF. Grayscale: #0F0F0F. Windows color (decimal): -14874352 or 1050909. OLE color: 1050909.

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

Color convert

RGB29916-
CMYK00.690.450.89
HSL339º52.63%7.45%-
HSV(B)339º68.97%11.37%-
XYZ0.70.490.55-
YUV15.78128.13137.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=53.70%
G=16.67%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991600.690.450.8933952.637.45
Hex1D9100452D59153357
Octal351120010555131523657
Binary11101100110000010001011011011011001101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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