Html Css Color HEX #390517 Rustic Red

📋 copy color: '#390517'

red 57 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #390517

Tints of Rustic Red #390517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 67.06%
G = 5.88%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#390517 (or 0x390517) is known color: Rustic Red. HEX triplet: 39, 05 and 17. RGB value is (57,5,23). Sum of RGB (Red+Green+Blue) = 57+5+23=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390517 is #C6FAE8. Grayscale: #161616. Windows color (decimal): -13040361 or 1508665. OLE color: 1508665.

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

Color convert

RGB 57 5 23 -
CMYK 0 0.91 0.60 0.78
HSL 339.23º 0.84% 0.12% -
HSV(B) 339.23º 0.91% 0.22% -
XYZ 1.9 1.04 0.91 -
YUV 22.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 57 5 23 0 0.91 0.60 0.78 339.23 0.84 0.12
Hex 39 5 17 0 5B 3C 4E 153 54 C
Octal 71 5 27 0 133 74 116 523 124 14
Binary 111001 101 10111 0 1011011 111100 1001110 101010011 1010100 1100

Color Harmonies of #390517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390517

Black with #390517

Text Example


Text Example

White with #390517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390517; }

 p { color: rgb(57,5,23); }

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

background-color css

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

 a { background-color: rgb(57,5,23); }

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

border-color css

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

 span { border-color: rgb(57,5,23); }

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