Html Css Color HEX #3E0C0D Rustic Red

📋 copy color: '#3E0C0D'

red 62 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #3E0C0D

Tints of Rustic Red #3E0C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.79%

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 71.26%
G = 13.79%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3E0C0D (or 0x3E0C0D) is known color: Rustic Red. HEX triplet: 3E, 0C and 0D. RGB value is (62,12,13). Sum of RGB (Red+Green+Blue) = 62+12+13=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0C0D is #C1F3F2. Grayscale: #1B1B1B. Windows color (decimal): -12710899 or 855102. OLE color: 855102.

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

Color convert

RGB 62 12 13 -
CMYK 0 0.81 0.79 0.76
HSL 358.8º 0.68% 0.15% -
HSV(B) 358.8º 0.81% 0.24% -
XYZ 2.19 1.32 0.52 -
YUV 27.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 62 12 13 0 0.81 0.79 0.76 358.8 0.68 0.15
Hex 3E C D 0 51 4F 4C 167 44 F
Octal 76 14 15 0 121 117 114 547 104 17
Binary 111110 1100 1101 0 1010001 1001111 1001100 101100111 1000100 1111

Color Harmonies of #3E0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0C0D

Black with #3E0C0D

Text Example


Text Example

White with #3E0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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