#3D060C

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

Shades of Rustic Red #3D060C

Tints of Rustic Red #3D060C

Color information

#3D060C (or 0x3D060C) is unknown color: approx Rustic Red. HEX triplet: 3D, 06 and 0C. RGB value is (61,6,12). Sum of RGB (Red+Green+Blue) = 61+6+12=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D060C is #C2F9F3. Grayscale: #171717. Windows color (decimal): -12777972 or 788029. OLE color: 788029.

HSL color Cylindrical-coordinate representation of color #3D060C: hue angle of 353.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D060C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB61612-
CMYK00.900.800.76
HSL353.45º82.09%13.14%-
HSV(B)353.45º90.16%23.92%-
XYZ2.061.150.46-
YUV23.13121.72155.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 77.22%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=77.22%
G=7.59%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6161200.900.800.76353.4582.0913.14
Hex3D6C05A504C16152d
Octal75614013212011454112215
Binary1111011101100010110101010000100110010110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D060C; }

 p { color: rgb(61,6,12); }

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

<style>
 a { background-color: #3D060C; }

 a { background-color: rgb(61,6,12); }

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

<style>
 span { border-color: #3D060C; }

 span { border-color: rgb(61,6,12); }

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