Html Css Color HEX #390516 Rustic Red

📋 copy color: '#390516'

red 57 ◦ green 5 ◦ blue 22

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

Shades of Rustic Red #390516

Tints of Rustic Red #390516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.95%

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

R = 67.86%
G = 5.95%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#390516 (or 0x390516) is known color: Rustic Red. HEX triplet: 39, 05 and 16. RGB value is (57,5,22). Sum of RGB (Red+Green+Blue) = 57+5+22=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390516 is #C6FAE9. Grayscale: #161616. Windows color (decimal): -13040362 or 1443129. OLE color: 1443129.

HSL color Cylindrical-coordinate representation of color #390516: hue angle of 340.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390516 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 5 22 -
CMYK 0 0.91 0.61 0.78
HSL 340.38º 0.84% 0.12% -
HSV(B) 340.38º 0.91% 0.22% -
XYZ 1.89 1.04 0.86 -
YUV 22.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 57 5 22 0 0.91 0.61 0.78 340.38 0.84 0.12
Hex 39 5 16 0 5B 3D 4E 154 54 C
Octal 71 5 26 0 133 75 116 524 124 14
Binary 111001 101 10110 0 1011011 111101 1001110 101010100 1010100 1100

Color Harmonies of #390516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390516

Black with #390516

Text Example


Text Example

White with #390516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390516; }

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

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

background-color css

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

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

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

border-color css

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

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

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