#3E1317

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

Shades of Rustic Red #3E1317

Tints of Rustic Red #3E1317

Color information

#3E1317 (or 0x3E1317) is unknown color: approx Rustic Red. HEX triplet: 3E, 13 and 17. RGB value is (62,19,23). Sum of RGB (Red+Green+Blue) = 62+19+23=104 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.62% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1317 is #C1ECE8. Grayscale: #202020. Windows color (decimal): -12709097 or 1512254. OLE color: 1512254.

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

Color convert

RGB621923-
CMYK00.690.630.76
HSL354.42º53.09%15.88%-
HSV(B)354.42º69.35%24.31%-
XYZ2.371.550.98-
YUV32.31122.75149.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.62%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=59.62%
G=18.27%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62192300.690.630.76354.4253.0915.88
Hex3E13170453F4C1623510
Octal7623270105771145426520
Binary111110100111011101000101111111100110010110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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