#3E1517

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

Shades of Rustic Red #3E1517

Tints of Rustic Red #3E1517

Color information

#3E1517 (or 0x3E1517) is unknown color: approx Rustic Red. HEX triplet: 3E, 15 and 17. RGB value is (62,21,23). Sum of RGB (Red+Green+Blue) = 62+21+23=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1517 is #C1EAE8. Grayscale: #212121. Windows color (decimal): -12708585 or 1512766. OLE color: 1512766.

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

Color convert

RGB622123-
CMYK00.660.630.76
HSL357.07º49.4%16.27%-
HSV(B)357.07º66.13%24.31%-
XYZ2.411.621-
YUV33.49122.08148.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 58.49%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=58.49%
G=19.81%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62212300.660.630.76357.0749.416.27
Hex3E15170423F4C1653110
Octal7625270102771145456120
Binary111110101011011101000010111111100110010110010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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