#3E0010

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

Shades of Rustic Red #3E0010

Tints of Rustic Red #3E0010

Color information

#3E0010 (or 0x3E0010) is unknown color: approx Rustic Red. HEX triplet: 3E, 00 and 10. RGB value is (62,0,16). Sum of RGB (Red+Green+Blue) = 62+0+16=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0010 is #C1FFEF. Grayscale: #141414. Windows color (decimal): -12713968 or 1048638. OLE color: 1048638.

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

Color convert

RGB62016-
CMYK010.740.76
HSL344.52º100%12.16%-
HSV(B)344.52º100%24.31%-
XYZ2.081.060.59-
YUV20.36125.54157.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 79.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=79.49%
G=0%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62016010.740.76344.5210012.16
Hex3E0100644A4C15964c
Octal76020014411211453114414
Binary111110010000011001001001010100110010101100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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