Html Css Color HEX #3E0B19 Rustic Red

📋 copy color: '#3E0B19'

red 62 ◦ green 11 ◦ blue 25

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

Shades of Rustic Red #3E0B19

Tints of Rustic Red #3E0B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.22%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 63.27%
G = 11.22%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E0B19 (or 0x3E0B19) is known color: Rustic Red. HEX triplet: 3E, 0B and 19. RGB value is (62,11,25). Sum of RGB (Red+Green+Blue) = 62+11+25=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B19 is #C1F4E6. Grayscale: #1B1B1B. Windows color (decimal): -12711143 or 1641278. OLE color: 1641278.

HSL color Cylindrical-coordinate representation of color #3E0B19: hue angle of 343.53º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B19 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 11 25 -
CMYK 0 0.82 0.60 0.76
HSL 343.53º 0.7% 0.14% -
HSV(B) 343.53º 0.82% 0.24% -
XYZ 2.28 1.33 1.06 -
YUV 27.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 62 11 25 0 0.82 0.60 0.76 343.53 0.7 0.14
Hex 3E B 19 0 52 3C 4C 158 46 E
Octal 76 13 31 0 122 74 114 530 106 16
Binary 111110 1011 11001 0 1010010 111100 1001100 101011000 1000110 1110

Color Harmonies of #3E0B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0B19

Black with #3E0B19

Text Example


Text Example

White with #3E0B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,11,25); }

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

background-color css

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

 a { background-color: rgb(62,11,25); }

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

border-color css

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

 span { border-color: rgb(62,11,25); }

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