#1D0610

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

Shades of Rustic Red #1D0610

Tints of Rustic Red #1D0610

Color information

#1D0610 (or 0x1D0610) is unknown color: approx Rustic Red. HEX triplet: 1D, 06 and 10. RGB value is (29,6,16). Sum of RGB (Red+Green+Blue) = 29+6+16=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0610 is #E2F9EF. Grayscale: #0D0D0D. Windows color (decimal): -14875120 or 1050141. OLE color: 1050141.

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

Color convert

RGB29616-
CMYK00.790.450.89
HSL333.91º65.71%6.86%-
HSV(B)333.91º79.31%11.37%-
XYZ0.670.430.54-
YUV14.02129.12138.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=56.86%
G=11.76%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2961600.790.450.89333.9165.716.86
Hex1D61004F2D5914e427
Octal356200117551315161027
Binary11101110100000100111110110110110011010011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,16); }

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

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

 a { background-color: rgb(29,6,16); }

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

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

 span { border-color: rgb(29,6,16); }

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