Html Css Color HEX #390816 Rustic Red

📋 copy color: '#390816'

red 57 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #390816

Tints of Rustic Red #390816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 65.52%
G = 9.2%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#390816 (or 0x390816) is known color: Rustic Red. HEX triplet: 39, 08 and 16. RGB value is (57,8,22). Sum of RGB (Red+Green+Blue) = 57+8+22=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #390816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390816 is #C6F7E9. Grayscale: #181818. Windows color (decimal): -13039594 or 1443897. OLE color: 1443897.

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

Color convert

RGB 57 8 22 -
CMYK 0 0.86 0.61 0.78
HSL 342.86º 0.75% 0.13% -
HSV(B) 342.86º 0.86% 0.22% -
XYZ 1.92 1.1 0.87 -
YUV 24.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 57 8 22 0 0.86 0.61 0.78 342.86 0.75 0.13
Hex 39 8 16 0 56 3D 4E 157 4B D
Octal 71 10 26 0 126 75 116 527 113 15
Binary 111001 1000 10110 0 1010110 111101 1001110 101010111 1001011 1101

Color Harmonies of #390816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390816

Black with #390816

Text Example


Text Example

White with #390816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390816; }

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

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

background-color css

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

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

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

border-color css

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

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

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