#1D070F

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

Shades of Rustic Red #1D070F

Tints of Rustic Red #1D070F

Color information

#1D070F (or 0x1D070F) is unknown color: approx Rustic Red. HEX triplet: 1D, 07 and 0F. RGB value is (29,7,15). Sum of RGB (Red+Green+Blue) = 29+7+15=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070F is #E2F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14874865 or 984861. OLE color: 984861.

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

Color convert

RGB29715-
CMYK00.760.480.89
HSL338.18º61.11%7.06%-
HSV(B)338.18º75.86%11.37%-
XYZ0.670.450.5-
YUV14.49128.29138.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=56.86%
G=13.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971500.760.480.89338.1861.117.06
Hex1D7F04C30591523d7
Octal35717011460131522757
Binary111011111111010011001100001011001101010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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