Html Css Color HEX #390809 Rustic Red

📋 copy color: '#390809'

red 57 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #390809

Tints of Rustic Red #390809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.16%

R = 77.03%
G = 10.81%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390809 (or 0x390809) is known color: Rustic Red. HEX triplet: 39, 08 and 09. RGB value is (57,8,9). Sum of RGB (Red+Green+Blue) = 57+8+9=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390809 is #C6F7F6. Grayscale: #161616. Windows color (decimal): -13039607 or 591929. OLE color: 591929.

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

Color convert

RGB 57 8 9 -
CMYK 0 0.86 0.84 0.78
HSL 358.78º 0.75% 0.13% -
HSV(B) 358.78º 0.86% 0.22% -
XYZ 1.82 1.06 0.37 -
YUV 22.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 57 8 9 0 0.86 0.84 0.78 358.78 0.75 0.13
Hex 39 8 9 0 56 54 4E 167 4B D
Octal 71 10 11 0 126 124 116 547 113 15
Binary 111001 1000 1001 0 1010110 1010100 1001110 101100111 1001011 1101

Color Harmonies of #390809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390809

Black with #390809

Text Example


Text Example

White with #390809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390809; }

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

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

background-color css

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

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

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

border-color css

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

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

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