#1D000D

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

Shades of Rustic Red #1D000D

Tints of Rustic Red #1D000D

Color information

#1D000D (or 0x1D000D) is unknown color: approx Rustic Red. HEX triplet: 1D, 00 and 0D. RGB value is (29,0,13). Sum of RGB (Red+Green+Blue) = 29+0+13=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D000D is #E2FFF2. Grayscale: #0A0A0A. Windows color (decimal): -14876659 or 851997. OLE color: 851997.

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

Color convert

RGB29013-
CMYK010.550.89
HSL333.1º100%5.69%-
HSV(B)333.1º100%11.37%-
XYZ0.580.290.41-
YUV10.15129.61141.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 69.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=69.05%
G=0%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29013010.550.89333.11005.69
Hex1D0D064375914d646
Octal350150144671315151446
Binary11101011010110010011011110110011010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,13); }

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

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

 a { background-color: rgb(29,0,13); }

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

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

 span { border-color: rgb(29,0,13); }

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