Html Css Color HEX #3E0014 Rustic Red

📋 copy color: '#3E0014'

red 62 ◦ green 0 ◦ blue 20

#3E0014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3E0014

Tints of Rustic Red #3E0014

RGB

 RED value IS 62 (24.61% from 255) = 75.61%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 75.61%
G = 0%
B = 24.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#3E0014 (or 0x3E0014) is known color: Rustic Red. HEX triplet: 3E, 00 and 14. RGB value is (62,0,20). Sum of RGB (Red+Green+Blue) = 62+0+20=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0014 is #C1FFEB. Grayscale: #141414. Windows color (decimal): -12713964 or 1310782. OLE color: 1310782.

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

Color convert

RGB 62 0 20 -
CMYK 0 1 0.68 0.76
HSL 340.65º 1% 0.12% -
HSV(B) 340.65º 1% 0.24% -
XYZ 2.11 1.07 0.76 -
YUV 20.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 62 0 20 0 1 0.68 0.76 340.65 1 0.12
Hex 3E 0 14 0 64 44 4C 155 64 C
Octal 76 0 24 0 144 104 114 525 144 14
Binary 111110 0 10100 0 1100100 1000100 1001100 101010101 1100100 1100

Color Harmonies of #3E0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0014

Black with #3E0014

Text Example


Text Example

White with #3E0014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0014;
 }
 .AnyTagClassName
 {
   color: #3E0014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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