Html Css Color HEX #390417 Rustic Red

📋 copy color: '#390417'

red 57 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #390417

Tints of Rustic Red #390417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

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

R = 67.86%
G = 4.76%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#390417 (or 0x390417) is known color: Rustic Red. HEX triplet: 39, 04 and 17. RGB value is (57,4,23). Sum of RGB (Red+Green+Blue) = 57+4+23=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390417 is #C6FBE8. Grayscale: #151515. Windows color (decimal): -13040617 or 1508409. OLE color: 1508409.

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

Color convert

RGB 57 4 23 -
CMYK 0 0.93 0.60 0.78
HSL 338.49º 0.87% 0.12% -
HSV(B) 338.49º 0.93% 0.22% -
XYZ 1.89 1.02 0.91 -
YUV 22.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 57 4 23 0 0.93 0.60 0.78 338.49 0.87 0.12
Hex 39 4 17 0 5D 3C 4E 152 57 C
Octal 71 4 27 0 135 74 116 522 127 14
Binary 111001 100 10111 0 1011101 111100 1001110 101010010 1010111 1100

Color Harmonies of #390417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390417

Black with #390417

Text Example


Text Example

White with #390417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390417; }

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

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

background-color css

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

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

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

border-color css

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

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

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