Html Css Color HEX #390715 Rustic Red

📋 copy color: '#390715'

red 57 ◦ green 7 ◦ blue 21

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

Shades of Rustic Red #390715

Tints of Rustic Red #390715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.24%

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 67.06%
G = 8.24%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#390715 (or 0x390715) is known color: Rustic Red. HEX triplet: 39, 07 and 15. RGB value is (57,7,21). Sum of RGB (Red+Green+Blue) = 57+7+21=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390715 is #C6F8EA. Grayscale: #171717. Windows color (decimal): -13039851 or 1378105. OLE color: 1378105.

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

Color convert

RGB 57 7 21 -
CMYK 0 0.88 0.63 0.78
HSL 343.2º 0.78% 0.13% -
HSV(B) 343.2º 0.88% 0.22% -
XYZ 1.9 1.08 0.82 -
YUV 23.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 57 7 21 0 0.88 0.63 0.78 343.2 0.78 0.13
Hex 39 7 15 0 58 3F 4E 157 4E D
Octal 71 7 25 0 130 77 116 527 116 15
Binary 111001 111 10101 0 1011000 111111 1001110 101010111 1001110 1101

Color Harmonies of #390715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390715

Black with #390715

Text Example


Text Example

White with #390715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390715; }

 p { color: rgb(57,7,21); }

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

background-color css

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

 a { background-color: rgb(57,7,21); }

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

border-color css

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

 span { border-color: rgb(57,7,21); }

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