Html Css Color HEX #390915 Rustic Red

📋 copy color: '#390915'

red 57 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #390915

Tints of Rustic Red #390915

RGB

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

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

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

R = 65.52%
G = 10.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#390915 (or 0x390915) is known color: Rustic Red. HEX triplet: 39, 09 and 15. RGB value is (57,9,21). Sum of RGB (Red+Green+Blue) = 57+9+21=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #390915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390915 is #C6F6EA. Grayscale: #181818. Windows color (decimal): -13039339 or 1378617. OLE color: 1378617.

HSL color Cylindrical-coordinate representation of color #390915: hue angle of 345º 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 #390915 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 9 21 -
CMYK 0 0.84 0.63 0.78
HSL 345º 0.73% 0.13% -
HSV(B) 345º 0.84% 0.22% -
XYZ 1.92 1.12 0.82 -
YUV 24.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 57 9 21 0 0.84 0.63 0.78 345 0.73 0.13
Hex 39 9 15 0 54 3F 4E 159 49 D
Octal 71 11 25 0 124 77 116 531 111 15
Binary 111001 1001 10101 0 1010100 111111 1001110 101011001 1001001 1101

Color Harmonies of #390915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390915

Black with #390915

Text Example


Text Example

White with #390915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390915; }

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

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

background-color css

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

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

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

border-color css

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

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

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