#1D090E

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

Shades of Rustic Red #1D090E

Tints of Rustic Red #1D090E

Color information

#1D090E (or 0x1D090E) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 0E. RGB value is (29,9,14). Sum of RGB (Red+Green+Blue) = 29+9+14=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090E is #E2F6F1. Grayscale: #0F0F0F. Windows color (decimal): -14874354 or 919837. OLE color: 919837.

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

Color convert

RGB29914-
CMYK00.690.520.89
HSL345º52.63%7.45%-
HSV(B)345º68.97%11.37%-
XYZ0.680.490.47-
YUV15.55127.13137.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 55.77%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=55.77%
G=17.31%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991400.690.520.8934552.637.45
Hex1D9E0453459159357
Octal351116010564131531657
Binary1110110011110010001011101001011001101011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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