Html Css Color HEX #390819 Rustic Red

📋 copy color: '#390819'

red 57 ◦ green 8 ◦ blue 25

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

Shades of Rustic Red #390819

Tints of Rustic Red #390819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.89%

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 63.33%
G = 8.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#390819 (or 0x390819) is known color: Rustic Red. HEX triplet: 39, 08 and 19. RGB value is (57,8,25). Sum of RGB (Red+Green+Blue) = 57+8+25=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390819 is #C6F7E6. Grayscale: #181818. Windows color (decimal): -13039591 or 1640505. OLE color: 1640505.

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

Color convert

RGB 57 8 25 -
CMYK 0 0.86 0.56 0.78
HSL 339.18º 0.75% 0.13% -
HSV(B) 339.18º 0.86% 0.22% -
XYZ 1.95 1.11 1.03 -
YUV 24.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 57 8 25 0 0.86 0.56 0.78 339.18 0.75 0.13
Hex 39 8 19 0 56 38 4E 153 4B D
Octal 71 10 31 0 126 70 116 523 113 15
Binary 111001 1000 11001 0 1010110 111000 1001110 101010011 1001011 1101

Color Harmonies of #390819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390819

Black with #390819

Text Example


Text Example

White with #390819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390819; }

 p { color: rgb(57,8,25); }

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

background-color css

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

 a { background-color: rgb(57,8,25); }

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

border-color css

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

 span { border-color: rgb(57,8,25); }

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