#3E1718

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

Shades of Rustic Red #3E1718

Tints of Rustic Red #3E1718

Color information

#3E1718 (or 0x3E1718) is unknown color: approx Rustic Red. HEX triplet: 3E, 17 and 18. RGB value is (62,23,24). Sum of RGB (Red+Green+Blue) = 62+23+24=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1718 is #C1E8E7. Grayscale: #222222. Windows color (decimal): -12708072 or 1578814. OLE color: 1578814.

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

Color convert

RGB622324-
CMYK00.630.610.76
HSL358.46º45.88%16.67%-
HSV(B)358.46º62.9%24.31%-
XYZ2.461.71.06-
YUV34.78121.92147.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 56.88%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=56.88%
G=21.10%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62232400.630.610.76358.4645.8816.67
Hex3E171803F3D4C1662e11
Octal762730077751145465621
Binary11111010111110000111111111101100110010110011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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