Html Css Color HEX #390917 Rustic Red

📋 copy color: '#390917'

red 57 ◦ green 9 ◦ blue 23

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

Shades of Rustic Red #390917

Tints of Rustic Red #390917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.11%

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

R = 64.04%
G = 10.11%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#390917 (or 0x390917) is known color: Rustic Red. HEX triplet: 39, 09 and 17. RGB value is (57,9,23). Sum of RGB (Red+Green+Blue) = 57+9+23=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #390917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390917 is #C6F6E8. Grayscale: #181818. Windows color (decimal): -13039337 or 1509689. OLE color: 1509689.

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

Color convert

RGB 57 9 23 -
CMYK 0 0.84 0.60 0.78
HSL 342.5º 0.73% 0.13% -
HSV(B) 342.5º 0.84% 0.22% -
XYZ 1.94 1.13 0.93 -
YUV 24.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 57 9 23 0 0.84 0.60 0.78 342.5 0.73 0.13
Hex 39 9 17 0 54 3C 4E 156 49 D
Octal 71 11 27 0 124 74 116 526 111 15
Binary 111001 1001 10111 0 1010100 111100 1001110 101010110 1001001 1101

Color Harmonies of #390917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390917

Black with #390917

Text Example


Text Example

White with #390917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390917; }

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

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

background-color css

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

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

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

border-color css

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

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

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