Html Css Color HEX #3E0015 Rustic Red

📋 copy color: '#3E0015'

red 62 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #3E0015

Tints of Rustic Red #3E0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 74.7%
G = 0%
B = 25.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E0015 (or 0x3E0015) is known color: Rustic Red. HEX triplet: 3E, 00 and 15. RGB value is (62,0,21). Sum of RGB (Red+Green+Blue) = 62+0+21=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0015 is #C1FFEA. Grayscale: #141414. Windows color (decimal): -12713963 or 1376318. OLE color: 1376318.

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

Color convert

RGB 62 0 21 -
CMYK 0 1 0.66 0.76
HSL 339.68º 1% 0.12% -
HSV(B) 339.68º 1% 0.24% -
XYZ 2.12 1.08 0.81 -
YUV 20.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 62 0 21 0 1 0.66 0.76 339.68 1 0.12
Hex 3E 0 15 0 64 42 4C 154 64 C
Octal 76 0 25 0 144 102 114 524 144 14
Binary 111110 0 10101 0 1100100 1000010 1001100 101010100 1100100 1100

Color Harmonies of #3E0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0015

Black with #3E0015

Text Example


Text Example

White with #3E0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,21); }

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

background-color css

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

 a { background-color: rgb(62,0,21); }

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

border-color css

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

 span { border-color: rgb(62,0,21); }

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