Html Css Color HEX #3E010D Rustic Red

📋 copy color: '#3E010D'

red 62 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #3E010D

Tints of Rustic Red #3E010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

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

R = 81.58%
G = 1.32%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3E010D (or 0x3E010D) is known color: Rustic Red. HEX triplet: 3E, 01 and 0D. RGB value is (62,1,13). Sum of RGB (Red+Green+Blue) = 62+1+13=76 (10% of max value = 765). Red value is 62 (24.61% from 255 or 81.58% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 62 - color contains mainly: red. Hex color #3E010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E010D is #C1FEF2. Grayscale: #141414. Windows color (decimal): -12713715 or 852286. OLE color: 852286.

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

Color convert

RGB 62 1 13 -
CMYK 0 0.98 0.79 0.76
HSL 348.2º 0.97% 0.12% -
HSV(B) 348.2º 0.98% 0.24% -
XYZ 2.07 1.07 0.48 -
YUV 20.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 62 1 13 0 0.98 0.79 0.76 348.2 0.97 0.12
Hex 3E 1 D 0 62 4F 4C 15C 61 C
Octal 76 1 15 0 142 117 114 534 141 14
Binary 111110 1 1101 0 1100010 1001111 1001100 101011100 1100001 1100

Color Harmonies of #3E010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E010D

Black with #3E010D

Text Example


Text Example

White with #3E010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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