#3E0715

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

Shades of Rustic Red #3E0715

Tints of Rustic Red #3E0715

Color information

#3E0715 (or 0x3E0715) is unknown color: approx Rustic Red. HEX triplet: 3E, 07 and 15. RGB value is (62,7,21). Sum of RGB (Red+Green+Blue) = 62+7+21=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0715 is #C1F8EA. Grayscale: #191919. Windows color (decimal): -12712171 or 1378110. OLE color: 1378110.

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

Color convert

RGB62721-
CMYK00.890.660.76
HSL344.73º79.71%13.53%-
HSV(B)344.73º88.71%24.31%-
XYZ2.21.230.83-
YUV25.04125.72154.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 68.89%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=68.89%
G=7.78%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6272100.890.660.76344.7379.7113.53
Hex3E715059424C15950e
Octal76725013110211453112016
Binary11111011110101010110011000010100110010101100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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