#1D090F

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

Shades of Rustic Red #1D090F

Tints of Rustic Red #1D090F

Color information

#1D090F (or 0x1D090F) is unknown color: approx Rustic Red. HEX triplet: 1D, 09 and 0F. RGB value is (29,9,15). Sum of RGB (Red+Green+Blue) = 29+9+15=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090F is #E2F6F0. Grayscale: #0F0F0F. Windows color (decimal): -14874353 or 985373. OLE color: 985373.

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

Color convert

RGB29915-
CMYK00.690.480.89
HSL342º52.63%7.45%-
HSV(B)342º68.97%11.37%-
XYZ0.690.490.51-
YUV15.66127.63137.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=54.72%
G=16.98%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2991500.690.480.8934252.637.45
Hex1D9F0453059156357
Octal351117010560131526657
Binary1110110011111010001011100001011001101010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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