Html Css Color HEX #390117 Rustic Red

📋 copy color: '#390117'

red 57 ◦ green 1 ◦ blue 23

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

Shades of Rustic Red #390117

Tints of Rustic Red #390117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.23%

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

R = 70.37%
G = 1.23%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#390117 (or 0x390117) is known color: Rustic Red. HEX triplet: 39, 01 and 17. RGB value is (57,1,23). Sum of RGB (Red+Green+Blue) = 57+1+23=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390117 is #C6FEE8. Grayscale: #141414. Windows color (decimal): -13041385 or 1507641. OLE color: 1507641.

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

Color convert

RGB 57 1 23 -
CMYK 0 0.98 0.60 0.78
HSL 336.43º 0.97% 0.11% -
HSV(B) 336.43º 0.98% 0.22% -
XYZ 1.85 0.95 0.9 -
YUV 20.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 57 1 23 0 0.98 0.60 0.78 336.43 0.97 0.11
Hex 39 1 17 0 62 3C 4E 150 61 B
Octal 71 1 27 0 142 74 116 520 141 13
Binary 111001 1 10111 0 1100010 111100 1001110 101010000 1100001 1011

Color Harmonies of #390117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390117

Black with #390117

Text Example


Text Example

White with #390117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390117; }

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

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

background-color css

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

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

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

border-color css

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

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

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