Html Css Color HEX #390613 Rustic Red

📋 copy color: '#390613'

red 57 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #390613

Tints of Rustic Red #390613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.32%

 BLUE value IS 19 (7.81% from 255) = 23.17%

R = 69.51%
G = 7.32%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#390613 (or 0x390613) is known color: Rustic Red. HEX triplet: 39, 06 and 13. RGB value is (57,6,19). Sum of RGB (Red+Green+Blue) = 57+6+19=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390613 is #C6F9EC. Grayscale: #161616. Windows color (decimal): -13040109 or 1246777. OLE color: 1246777.

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

Color convert

RGB 57 6 19 -
CMYK 0 0.89 0.67 0.78
HSL 344.71º 0.81% 0.12% -
HSV(B) 344.71º 0.89% 0.22% -
XYZ 1.87 1.05 0.72 -
YUV 22.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 57 6 19 0 0.89 0.67 0.78 344.71 0.81 0.12
Hex 39 6 13 0 59 43 4E 159 51 C
Octal 71 6 23 0 131 103 116 531 121 14
Binary 111001 110 10011 0 1011001 1000011 1001110 101011001 1010001 1100

Color Harmonies of #390613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390613

Black with #390613

Text Example


Text Example

White with #390613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390613; }

 p { color: rgb(57,6,19); }

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

background-color css

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

 a { background-color: rgb(57,6,19); }

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

border-color css

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

 span { border-color: rgb(57,6,19); }

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