#3D060E

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

Shades of Rustic Red #3D060E

Tints of Rustic Red #3D060E

Color information

#3D060E (or 0x3D060E) is unknown color: approx Rustic Red. HEX triplet: 3D, 06 and 0E. RGB value is (61,6,14). Sum of RGB (Red+Green+Blue) = 61+6+14=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D060E is #C2F9F1. Grayscale: #171717. Windows color (decimal): -12777970 or 919101. OLE color: 919101.

HSL color Cylindrical-coordinate representation of color #3D060E: hue angle of 351.27º 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 #3D060E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB61614-
CMYK00.900.770.76
HSL351.27º82.09%13.14%-
HSV(B)351.27º90.16%23.92%-
XYZ2.071.150.53-
YUV23.36122.72154.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 75.31%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=75.31%
G=7.41%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6161400.900.770.76351.2782.0913.14
Hex3D6E05A4D4C15f52d
Octal75616013211511453712215
Binary1111011101110010110101001101100110010101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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