Html Css Color HEX #390611 Rustic Red

📋 copy color: '#390611'

red 57 ◦ green 6 ◦ blue 17

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

Shades of Rustic Red #390611

Tints of Rustic Red #390611

RGB

 RED value IS 57 (22.66% from 255) = 71.25%

 GREEN value IS 6 (2.73% from 255) = 7.5%

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 71.25%
G = 7.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#390611 (or 0x390611) is known color: Rustic Red. HEX triplet: 39, 06 and 11. RGB value is (57,6,17). Sum of RGB (Red+Green+Blue) = 57+6+17=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390611 is #C6F9EE. Grayscale: #161616. Windows color (decimal): -13040111 or 1115705. OLE color: 1115705.

HSL color Cylindrical-coordinate representation of color #390611: hue angle of 347.06º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390611 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 6 17 -
CMYK 0 0.89 0.70 0.78
HSL 347.06º 0.81% 0.12% -
HSV(B) 347.06º 0.89% 0.22% -
XYZ 1.85 1.04 0.63 -
YUV 22.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 57 6 17 0 0.89 0.70 0.78 347.06 0.81 0.12
Hex 39 6 11 0 59 46 4E 15B 51 C
Octal 71 6 21 0 131 106 116 533 121 14
Binary 111001 110 10001 0 1011001 1000110 1001110 101011011 1010001 1100

Color Harmonies of #390611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390611

Black with #390611

Text Example


Text Example

White with #390611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390611; }

 p { color: rgb(57,6,17); }

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

background-color css

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

 a { background-color: rgb(57,6,17); }

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

border-color css

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

 span { border-color: rgb(57,6,17); }

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