#3E0514

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

Shades of Rustic Red #3E0514

Tints of Rustic Red #3E0514

Color information

#3E0514 (or 0x3E0514) is unknown color: approx Rustic Red. HEX triplet: 3E, 05 and 14. RGB value is (62,5,20). Sum of RGB (Red+Green+Blue) = 62+5+20=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0514 is #C1FAEB. Grayscale: #171717. Windows color (decimal): -12712684 or 1312062. OLE color: 1312062.

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

Color convert

RGB62520-
CMYK00.920.680.76
HSL344.21º85.07%13.14%-
HSV(B)344.21º91.94%24.31%-
XYZ2.171.180.78-
YUV23.75125.88155.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 71.26%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=71.26%
G=5.75%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6252000.920.680.76344.2185.0713.14
Hex3E51405C444C15855d
Octal76524013410411453012515
Binary11111010110100010111001000100100110010101100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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