#1D070B

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

Shades of Rustic Red #1D070B

Tints of Rustic Red #1D070B

Color information

#1D070B (or 0x1D070B) is unknown color: approx Rustic Red. HEX triplet: 1D, 07 and 0B. RGB value is (29,7,11). Sum of RGB (Red+Green+Blue) = 29+7+11=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D070B is #E2F8F4. Grayscale: #0E0E0E. Windows color (decimal): -14874869 or 722717. OLE color: 722717.

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

Color convert

RGB29711-
CMYK00.760.620.89
HSL349.09º61.11%7.06%-
HSV(B)349.09º75.86%11.37%-
XYZ0.640.440.37-
YUV14.03126.29138.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=61.70%
G=14.89%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2971100.760.620.89349.0961.117.06
Hex1D7B04C3E5915d3d7
Octal35713011476131535757
Binary111011111011010011001111101011001101011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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