#3E060D

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

Shades of Rustic Red #3E060D

Tints of Rustic Red #3E060D

Color information

#3E060D (or 0x3E060D) is unknown color: approx Rustic Red. HEX triplet: 3E, 06 and 0D. RGB value is (62,6,13). Sum of RGB (Red+Green+Blue) = 62+6+13=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E060D is #C1F9F2. Grayscale: #171717. Windows color (decimal): -12712435 or 853566. OLE color: 853566.

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

Color convert

RGB62613-
CMYK00.900.790.76
HSL352.5º82.35%13.33%-
HSV(B)352.5º90.32%24.31%-
XYZ2.121.180.5-
YUV23.54122.05155.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 76.54%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=76.54%
G=7.41%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6261300.900.790.76352.582.3513.33
Hex3E6D05A4F4C16052d
Octal76615013211711454012215
Binary1111101101101010110101001111100110010110000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,13); }

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

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

 a { background-color: rgb(62,6,13); }

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

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

 span { border-color: rgb(62,6,13); }

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