#3E0613

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

Shades of Rustic Red #3E0613

Tints of Rustic Red #3E0613

Color information

#3E0613 (or 0x3E0613) is unknown color: approx Rustic Red. HEX triplet: 3E, 06 and 13. RGB value is (62,6,19). Sum of RGB (Red+Green+Blue) = 62+6+19=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0613 is #C1F9EC. Grayscale: #181818. Windows color (decimal): -12712429 or 1246782. OLE color: 1246782.

HSL color Cylindrical-coordinate representation of color #3E0613: hue angle of 346.07º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0613 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB62619-
CMYK00.900.690.76
HSL346.07º82.35%13.33%-
HSV(B)346.07º90.32%24.31%-
XYZ2.171.20.73-
YUV24.23125.05154.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 71.26%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=71.26%
G=6.90%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6261900.900.690.76346.0782.3513.33
Hex3E61305A454C15a52d
Octal76623013210511453212215
Binary11111011010011010110101000101100110010101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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