#1D0406

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

Shades of Rustic Red #1D0406

Tints of Rustic Red #1D0406

Color information

#1D0406 (or 0x1D0406) is unknown color: approx Rustic Red. HEX triplet: 1D, 04 and 06. RGB value is (29,4,6). Sum of RGB (Red+Green+Blue) = 29+4+6=39 (5% of max value = 765). Red value is 29 (11.72% from 255 or 74.36% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0406 is #E2FBF9. Grayscale: #0B0B0B. Windows color (decimal): -14875642 or 394269. OLE color: 394269.

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

Color convert

RGB2946-
CMYK00.860.790.89
HSL355.2º75.76%6.47%-
HSV(B)355.2º86.21%11.37%-
XYZ0.580.360.21-
YUV11.7124.78140.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 74.36%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 6 (2.73% from 255) = 15.38%
R=74.36%
G=10.26%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal294600.860.790.89355.275.766.47
Hex1D460564F591634c6
Octal354601261171315431146
Binary1110110011001010110100111110110011011000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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