Html Css Color HEX #3E0F19 Rustic Red

📋 copy color: '#3E0F19'

red 62 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #3E0F19

Tints of Rustic Red #3E0F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

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

R = 60.78%
G = 14.71%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#3E0F19 (or 0x3E0F19) is known color: Rustic Red. HEX triplet: 3E, 0F and 19. RGB value is (62,15,25). Sum of RGB (Red+Green+Blue) = 62+15+25=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0F19 is #C1F0E6. Grayscale: #1E1E1E. Windows color (decimal): -12710119 or 1642302. OLE color: 1642302.

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

Color convert

RGB 62 15 25 -
CMYK 0 0.76 0.60 0.76
HSL 347.23º 0.61% 0.15% -
HSV(B) 347.23º 0.76% 0.24% -
XYZ 2.33 1.44 1.07 -
YUV 30.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 62 15 25 0 0.76 0.60 0.76 347.23 0.61 0.15
Hex 3E F 19 0 4C 3C 4C 15B 3D F
Octal 76 17 31 0 114 74 114 533 75 17
Binary 111110 1111 11001 0 1001100 111100 1001100 101011011 111101 1111

Color Harmonies of #3E0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0F19

Black with #3E0F19

Text Example


Text Example

White with #3E0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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