#3E131B

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

Shades of Rustic Red #3E131B

Tints of Rustic Red #3E131B

Color information

#3E131B (or 0x3E131B) is unknown color: approx Rustic Red. HEX triplet: 3E, 13 and 1B. RGB value is (62,19,27). Sum of RGB (Red+Green+Blue) = 62+19+27=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E131B is #C1ECE4. Grayscale: #202020. Windows color (decimal): -12709093 or 1774398. OLE color: 1774398.

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

Color convert

RGB621927-
CMYK00.690.560.76
HSL348.84º53.09%15.88%-
HSV(B)348.84º69.35%24.31%-
XYZ2.421.571.21-
YUV32.77124.75148.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 57.41%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 27 (10.94% from 255) = 25%
R=57.41%
G=17.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62192700.690.560.76348.8453.0915.88
Hex3E131B045384C15d3510
Octal7623330105701145356520
Binary111110100111101101000101111000100110010101110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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