#3E1019

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

Shades of Rustic Red #3E1019

Tints of Rustic Red #3E1019

Color information

#3E1019 (or 0x3E1019) is unknown color: approx Rustic Red. HEX triplet: 3E, 10 and 19. RGB value is (62,16,25). Sum of RGB (Red+Green+Blue) = 62+16+25=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1019 is #C1EFE6. Grayscale: #1E1E1E. Windows color (decimal): -12709863 or 1642558. OLE color: 1642558.

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

Color convert

RGB621625-
CMYK00.740.600.76
HSL348.26º58.97%15.29%-
HSV(B)348.26º74.19%24.31%-
XYZ2.351.461.08-
YUV30.78124.74150.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.19%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=60.19%
G=15.53%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62162500.740.600.76348.2658.9715.29
Hex3E101904A3C4C15c3bf
Octal7620310112741145347317
Binary11111010000110010100101011110010011001010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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