#3E1417

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

Shades of Rustic Red #3E1417

Tints of Rustic Red #3E1417

Color information

#3E1417 (or 0x3E1417) is unknown color: approx Rustic Red. HEX triplet: 3E, 14 and 17. RGB value is (62,20,23). Sum of RGB (Red+Green+Blue) = 62+20+23=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1417 is #C1EBE8. Grayscale: #202020. Windows color (decimal): -12708841 or 1512510. OLE color: 1512510.

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

Color convert

RGB622023-
CMYK00.680.630.76
HSL355.71º51.22%16.08%-
HSV(B)355.71º67.74%24.31%-
XYZ2.391.590.99-
YUV32.9122.41148.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.05%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=59.05%
G=19.05%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62202300.680.630.76355.7151.2216.08
Hex3E14170443F4C1643310
Octal7624270104771145446320
Binary111110101001011101000100111111100110010110010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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