#1D0607

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

Shades of Rustic Red #1D0607

Tints of Rustic Red #1D0607

Color information

#1D0607 (or 0x1D0607) is unknown color: approx Rustic Red. HEX triplet: 1D, 06 and 07. RGB value is (29,6,7). Sum of RGB (Red+Green+Blue) = 29+6+7=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0607 is #E2F9F8. Grayscale: #0D0D0D. Windows color (decimal): -14875129 or 460317. OLE color: 460317.

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

Color convert

RGB2967-
CMYK00.790.760.89
HSL357.39º65.71%6.86%-
HSV(B)357.39º79.31%11.37%-
XYZ0.610.410.25-
YUV12.99124.62139.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 69.05%
GREEN value IS 6 (2.73% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=69.05%
G=14.29%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal296700.790.760.89357.3965.716.86
Hex1D6704F4C59165427
Octal356701171141315451027
Binary1110111011101001111100110010110011011001011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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