Html Css Color HEX #3E1316 Rustic Red

📋 copy color: '#3E1316'

red 62 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #3E1316

Tints of Rustic Red #3E1316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.36%

R = 60.19%
G = 18.45%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E1316 (or 0x3E1316) is known color: Rustic Red. HEX triplet: 3E, 13 and 16. RGB value is (62,19,22). Sum of RGB (Red+Green+Blue) = 62+19+22=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1316 is #C1ECE9. Grayscale: #202020. Windows color (decimal): -12709098 or 1446718. OLE color: 1446718.

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

Color convert

RGB 62 19 22 -
CMYK 0 0.69 0.65 0.76
HSL 355.81º 0.53% 0.16% -
HSV(B) 355.81º 0.69% 0.24% -
XYZ 2.36 1.55 0.93 -
YUV 32.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 62 19 22 0 0.69 0.65 0.76 355.81 0.53 0.16
Hex 3E 13 16 0 45 41 4C 164 35 10
Octal 76 23 26 0 105 101 114 544 65 20
Binary 111110 10011 10110 0 1000101 1000001 1001100 101100100 110101 10000

Color Harmonies of #3E1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1316

Black with #3E1316

Text Example


Text Example

White with #3E1316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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