#3E1015

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

Shades of Rustic Red #3E1015

Tints of Rustic Red #3E1015

Color information

#3E1015 (or 0x3E1015) is unknown color: approx Rustic Red. HEX triplet: 3E, 10 and 15. RGB value is (62,16,21). Sum of RGB (Red+Green+Blue) = 62+16+21=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1015 is #C1EFEA. Grayscale: #1E1E1E. Windows color (decimal): -12709867 or 1380414. OLE color: 1380414.

HSL color Cylindrical-coordinate representation of color #3E1015: hue angle of 353.48º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1015 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB621621-
CMYK00.740.660.76
HSL353.48º58.97%15.29%-
HSV(B)353.48º74.19%24.31%-
XYZ2.311.450.87-
YUV30.32122.74150.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=62.63%
G=16.16%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62162100.740.660.76353.4858.9715.29
Hex3E101504A424C1613bf
Octal76202501121021145417317
Binary111110100001010101001010100001010011001011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,21); }

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

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

 a { background-color: rgb(62,16,21); }

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

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

 span { border-color: rgb(62,16,21); }

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