Html Css Color HEX #390510 Rustic Red

📋 copy color: '#390510'

red 57 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #390510

Tints of Rustic Red #390510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 73.08%
G = 6.41%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#390510 (or 0x390510) is known color: Rustic Red. HEX triplet: 39, 05 and 10. RGB value is (57,5,16). Sum of RGB (Red+Green+Blue) = 57+5+16=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390510 is #C6FAEF. Grayscale: #151515. Windows color (decimal): -13040368 or 1049913. OLE color: 1049913.

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

Color convert

RGB 57 5 16 -
CMYK 0 0.91 0.72 0.78
HSL 347.31º 0.84% 0.12% -
HSV(B) 347.31º 0.91% 0.22% -
XYZ 1.84 1.02 0.59 -
YUV 21.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 57 5 16 0 0.91 0.72 0.78 347.31 0.84 0.12
Hex 39 5 10 0 5B 48 4E 15B 54 C
Octal 71 5 20 0 133 110 116 533 124 14
Binary 111001 101 10000 0 1011011 1001000 1001110 101011011 1010100 1100

Color Harmonies of #390510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390510

Black with #390510

Text Example


Text Example

White with #390510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390510; }

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

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

background-color css

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

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

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

border-color css

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

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

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