Html Css Color HEX #3E1318 Rustic Red

📋 copy color: '#3E1318'

red 62 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #3E1318

Tints of Rustic Red #3E1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 59.05%
G = 18.1%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#3E1318 (or 0x3E1318) is known color: Rustic Red. HEX triplet: 3E, 13 and 18. RGB value is (62,19,24). Sum of RGB (Red+Green+Blue) = 62+19+24=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1318 is #C1ECE7. Grayscale: #202020. Windows color (decimal): -12709096 or 1577790. OLE color: 1577790.

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

Color convert

RGB 62 19 24 -
CMYK 0 0.69 0.61 0.76
HSL 353.02º 0.53% 0.16% -
HSV(B) 353.02º 0.69% 0.24% -
XYZ 2.38 1.56 1.04 -
YUV 32.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 62 19 24 0 0.69 0.61 0.76 353.02 0.53 0.16
Hex 3E 13 18 0 45 3D 4C 161 35 10
Octal 76 23 30 0 105 75 114 541 65 20
Binary 111110 10011 11000 0 1000101 111101 1001100 101100001 110101 10000

Color Harmonies of #3E1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1318

Black with #3E1318

Text Example


Text Example

White with #3E1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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