#3E010D

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

Shades of Rustic Red #3E010D

Tints of Rustic Red #3E010D

Color information

#3E010D (or 0x3E010D) is unknown color: approx Rustic Red. HEX triplet: 3E, 01 and 0D. RGB value is (62,1,13). Sum of RGB (Red+Green+Blue) = 62+1+13=76 (10% of max value = 765). Red value is 62 (24.61% from 255 or 81.58% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 62 - color contains mainly: red. Hex color #3E010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E010D is #C1FEF2. Grayscale: #141414. Windows color (decimal): -12713715 or 852286. OLE color: 852286.

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

Color convert

RGB62113-
CMYK00.980.790.76
HSL348.2º96.83%12.35%-
HSV(B)348.2º98.39%24.31%-
XYZ2.071.070.48-
YUV20.61123.71157.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 81.58%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=81.58%
G=1.32%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6211300.980.790.76348.296.8312.35
Hex3E1D0624F4C15c61c
Octal76115014211711453414114
Binary11111011101011000101001111100110010101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,13); }

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

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

 a { background-color: rgb(62,1,13); }

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

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

 span { border-color: rgb(62,1,13); }

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