Html Css Color HEX #3E0518 Rustic Red

📋 copy color: '#3E0518'

red 62 ◦ green 5 ◦ blue 24

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

Shades of Rustic Red #3E0518

Tints of Rustic Red #3E0518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

 BLUE value IS 24 (9.77% from 255) = 26.37%

R = 68.13%
G = 5.49%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#3E0518 (or 0x3E0518) is known color: Rustic Red. HEX triplet: 3E, 05 and 18. RGB value is (62,5,24). Sum of RGB (Red+Green+Blue) = 62+5+24=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0518 is #C1FAE7. Grayscale: #181818. Windows color (decimal): -12712680 or 1574206. OLE color: 1574206.

HSL color Cylindrical-coordinate representation of color #3E0518: hue angle of 340º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0518 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 5 24 -
CMYK 0 0.92 0.61 0.76
HSL 340º 0.85% 0.13% -
HSV(B) 340º 0.92% 0.24% -
XYZ 2.21 1.2 0.98 -
YUV 24.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 62 5 24 0 0.92 0.61 0.76 340 0.85 0.13
Hex 3E 5 18 0 5C 3D 4C 154 55 D
Octal 76 5 30 0 134 75 114 524 125 15
Binary 111110 101 11000 0 1011100 111101 1001100 101010100 1010101 1101

Color Harmonies of #3E0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0518

Black with #3E0518

Text Example


Text Example

White with #3E0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,24); }

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

background-color css

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

 a { background-color: rgb(62,5,24); }

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

border-color css

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

 span { border-color: rgb(62,5,24); }

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