Html Css Color HEX #3E0215 Rustic Red

📋 copy color: '#3E0215'

red 62 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #3E0215

Tints of Rustic Red #3E0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 72.94%
G = 2.35%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E0215 (or 0x3E0215) is known color: Rustic Red. HEX triplet: 3E, 02 and 15. RGB value is (62,2,21). Sum of RGB (Red+Green+Blue) = 62+2+21=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0215 is #C1FDEA. Grayscale: #161616. Windows color (decimal): -12713451 or 1376830. OLE color: 1376830.

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

Color convert

RGB 62 2 21 -
CMYK 0 0.97 0.66 0.76
HSL 341º 0.94% 0.13% -
HSV(B) 341º 0.97% 0.24% -
XYZ 2.14 1.12 0.81 -
YUV 22.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 62 2 21 0 0.97 0.66 0.76 341 0.94 0.13
Hex 3E 2 15 0 61 42 4C 155 5E D
Octal 76 2 25 0 141 102 114 525 136 15
Binary 111110 10 10101 0 1100001 1000010 1001100 101010101 1011110 1101

Color Harmonies of #3E0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0215

Black with #3E0215

Text Example


Text Example

White with #3E0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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