#1D0F13

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

Shades of Rustic Red #1D0F13

Tints of Rustic Red #1D0F13

Color information

#1D0F13 (or 0x1D0F13) is unknown color: approx Rustic Red. HEX triplet: 1D, 0F and 13. RGB value is (29,15,19). Sum of RGB (Red+Green+Blue) = 29+15+19=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F13 is #E2F0EC. Grayscale: #131313. Windows color (decimal): -14872813 or 1249053. OLE color: 1249053.

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

Color convert

RGB291519-
CMYK00.480.340.89
HSL342.86º31.82%8.63%-
HSV(B)342.86º48.28%11.37%-
XYZ0.80.650.7-
YUV19.64127.64134.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=46.03%
G=23.81%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29151900.480.340.89342.8631.828.63
Hex1DF130302259157209
Octal351723060421315274011
Binary11101111110011011000010001010110011010101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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