#1D0609

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

Shades of Rustic Red #1D0609

Tints of Rustic Red #1D0609

Color information

#1D0609 (or 0x1D0609) is unknown color: approx Rustic Red. HEX triplet: 1D, 06 and 09. RGB value is (29,6,9). Sum of RGB (Red+Green+Blue) = 29+6+9=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0609 is #E2F9F6. Grayscale: #0D0D0D. Windows color (decimal): -14875127 or 591389. OLE color: 591389.

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

Color convert

RGB2969-
CMYK00.790.690.89
HSL352.17º65.71%6.86%-
HSV(B)352.17º79.31%11.37%-
XYZ0.620.410.31-
YUV13.22125.62139.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 65.91%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=65.91%
G=13.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal296900.790.690.89352.1765.716.86
Hex1D6904F4559160427
Octal3561101171051315401027
Binary11101110100101001111100010110110011011000001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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