#1D030D

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

Shades of Rustic Red #1D030D

Tints of Rustic Red #1D030D

Color information

#1D030D (or 0x1D030D) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 0D. RGB value is (29,3,13). Sum of RGB (Red+Green+Blue) = 29+3+13=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030D is #E2FCF2. Grayscale: #0B0B0B. Windows color (decimal): -14875891 or 852765. OLE color: 852765.

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

Color convert

RGB29313-
CMYK00.900.550.89
HSL336.92º81.25%6.27%-
HSV(B)336.92º89.66%11.37%-
XYZ0.610.360.42-
YUV11.91128.61140.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 64.44%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=64.44%
G=6.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2931300.900.550.89336.9281.256.27
Hex1D3D05A3759151516
Octal353150132671315211216
Binary111011111010101101011011110110011010100011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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