Html Css Color HEX #390514 Rustic Red

📋 copy color: '#390514'

red 57 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #390514

Tints of Rustic Red #390514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.39%

R = 69.51%
G = 6.1%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#390514 (or 0x390514) is known color: Rustic Red. HEX triplet: 39, 05 and 14. RGB value is (57,5,20). Sum of RGB (Red+Green+Blue) = 57+5+20=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390514 is #C6FAEB. Grayscale: #161616. Windows color (decimal): -13040364 or 1312057. OLE color: 1312057.

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

Color convert

RGB 57 5 20 -
CMYK 0 0.91 0.65 0.78
HSL 342.69º 0.84% 0.12% -
HSV(B) 342.69º 0.91% 0.22% -
XYZ 1.87 1.03 0.76 -
YUV 22.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 57 5 20 0 0.91 0.65 0.78 342.69 0.84 0.12
Hex 39 5 14 0 5B 41 4E 157 54 C
Octal 71 5 24 0 133 101 116 527 124 14
Binary 111001 101 10100 0 1011011 1000001 1001110 101010111 1010100 1100

Color Harmonies of #390514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390514

Black with #390514

Text Example


Text Example

White with #390514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390514; }

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

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

background-color css

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

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

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

border-color css

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

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

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