Html Css Color HEX #390511 Rustic Red

📋 copy color: '#390511'

red 57 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #390511

Tints of Rustic Red #390511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.52%

R = 72.15%
G = 6.33%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#390511 (or 0x390511) is known color: Rustic Red. HEX triplet: 39, 05 and 11. RGB value is (57,5,17). Sum of RGB (Red+Green+Blue) = 57+5+17=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390511 is #C6FAEE. Grayscale: #151515. Windows color (decimal): -13040367 or 1115449. OLE color: 1115449.

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

Color convert

RGB 57 5 17 -
CMYK 0 0.91 0.70 0.78
HSL 346.15º 0.84% 0.12% -
HSV(B) 346.15º 0.91% 0.22% -
XYZ 1.84 1.02 0.63 -
YUV 21.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 57 5 17 0 0.91 0.70 0.78 346.15 0.84 0.12
Hex 39 5 11 0 5B 46 4E 15A 54 C
Octal 71 5 21 0 133 106 116 532 124 14
Binary 111001 101 10001 0 1011011 1000110 1001110 101011010 1010100 1100

Color Harmonies of #390511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390511

Black with #390511

Text Example


Text Example

White with #390511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390511; }

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

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

background-color css

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

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

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

border-color css

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

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

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