#1D030F

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

Shades of Rustic Red #1D030F

Tints of Rustic Red #1D030F

Color information

#1D030F (or 0x1D030F) is unknown color: approx Rustic Red. HEX triplet: 1D, 03 and 0F. RGB value is (29,3,15). Sum of RGB (Red+Green+Blue) = 29+3+15=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D030F is #E2FCF0. Grayscale: #0C0C0C. Windows color (decimal): -14875889 or 983837. OLE color: 983837.

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

Color convert

RGB29315-
CMYK00.900.480.89
HSL332.31º81.25%6.27%-
HSV(B)332.31º89.66%11.37%-
XYZ0.630.360.49-
YUV12.14129.61140.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=61.70%
G=6.38%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2931500.900.480.89332.3181.256.27
Hex1D3F05A305914c516
Octal353170132601315141216
Binary111011111110101101011000010110011010011001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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