Html Css Color HEX #390E17 Rustic Red

📋 copy color: '#390E17'

red 57 ◦ green 14 ◦ blue 23

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

Shades of Rustic Red #390E17

Tints of Rustic Red #390E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.89%

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

R = 60.64%
G = 14.89%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#390E17 (or 0x390E17) is known color: Rustic Red. HEX triplet: 39, 0E and 17. RGB value is (57,14,23). Sum of RGB (Red+Green+Blue) = 57+14+23=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E17 is #C6F1E8. Grayscale: #1B1B1B. Windows color (decimal): -13038057 or 1510969. OLE color: 1510969.

HSL color Cylindrical-coordinate representation of color #390E17: hue angle of 347.44º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E17 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 14 23 -
CMYK 0 0.75 0.60 0.78
HSL 347.44º 0.61% 0.14% -
HSV(B) 347.44º 0.75% 0.22% -
XYZ 2 1.25 0.95 -
YUV 27.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 57 14 23 0 0.75 0.60 0.78 347.44 0.61 0.14
Hex 39 E 17 0 4B 3C 4E 15B 3D E
Octal 71 16 27 0 113 74 116 533 75 16
Binary 111001 1110 10111 0 1001011 111100 1001110 101011011 111101 1110

Color Harmonies of #390E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E17

Black with #390E17

Text Example


Text Example

White with #390E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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