#3E0015

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

Shades of Rustic Red #3E0015

Tints of Rustic Red #3E0015

Color information

#3E0015 (or 0x3E0015) is unknown color: approx Rustic Red. HEX triplet: 3E, 00 and 15. RGB value is (62,0,21). Sum of RGB (Red+Green+Blue) = 62+0+21=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0015 is #C1FFEA. Grayscale: #141414. Windows color (decimal): -12713963 or 1376318. OLE color: 1376318.

HSL color Cylindrical-coordinate representation of color #3E0015: hue angle of 339.68º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0015 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB62021-
CMYK010.660.76
HSL339.68º100%12.16%-
HSV(B)339.68º100%24.31%-
XYZ2.121.080.81-
YUV20.93128.04157.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 74.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=74.70%
G=0%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62021010.660.76339.6810012.16
Hex3E015064424C15464c
Octal76025014410211452414414
Binary111110010101011001001000010100110010101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,21); }

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

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

 a { background-color: rgb(62,0,21); }

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

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

 span { border-color: rgb(62,0,21); }

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