#1D0508

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

Shades of Rustic Red #1D0508

Tints of Rustic Red #1D0508

Color information

#1D0508 (or 0x1D0508) is unknown color: approx Rustic Red. HEX triplet: 1D, 05 and 08. RGB value is (29,5,8). Sum of RGB (Red+Green+Blue) = 29+5+8=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0508 is #E2FAF7. Grayscale: #0C0C0C. Windows color (decimal): -14875384 or 525597. OLE color: 525597.

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

Color convert

RGB2958-
CMYK00.830.720.89
HSL352.5º70.59%6.67%-
HSV(B)352.5º82.76%11.37%-
XYZ0.60.390.27-
YUV12.52125.45139.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 69.05%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=69.05%
G=11.90%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal295800.830.720.89352.570.596.67
Hex1D580534859160477
Octal3551001231101315401077
Binary11101101100001010011100100010110011011000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,5,8); }

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

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

 a { background-color: rgb(29,5,8); }

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

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

 span { border-color: rgb(29,5,8); }

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