Html Css Color HEX #3E0507 Rustic Red

📋 copy color: '#3E0507'

red 62 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #3E0507

Tints of Rustic Red #3E0507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

 BLUE value IS 7 (3.13% from 255) = 9.46%

R = 83.78%
G = 6.76%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.76

RGB Variations

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

Color information

#3E0507 (or 0x3E0507) is known color: Rustic Red. HEX triplet: 3E, 05 and 07. RGB value is (62,5,7). Sum of RGB (Red+Green+Blue) = 62+5+7=74 (9% of max value = 765). Red value is 62 (24.61% from 255 or 83.78% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0507 is #C1FAF8. Grayscale: #161616. Windows color (decimal): -12712697 or 460094. OLE color: 460094.

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

Color convert

RGB 62 5 7 -
CMYK 0 0.92 0.89 0.76
HSL 357.89º 0.85% 0.13% -
HSV(B) 357.89º 0.92% 0.24% -
XYZ 2.08 1.15 0.31 -
YUV 22.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 62 5 7 0 0.92 0.89 0.76 357.89 0.85 0.13
Hex 3E 5 7 0 5C 59 4C 166 55 D
Octal 76 5 7 0 134 131 114 546 125 15
Binary 111110 101 111 0 1011100 1011001 1001100 101100110 1010101 1101

Color Harmonies of #3E0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0507

Black with #3E0507

Text Example


Text Example

White with #3E0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,5,7); }

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

background-color css

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

 a { background-color: rgb(62,5,7); }

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

border-color css

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

 span { border-color: rgb(62,5,7); }

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