Html Css Color HEX #390013 Rustic Red

📋 copy color: '#390013'

red 57 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #390013

Tints of Rustic Red #390013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#390013 (or 0x390013) is known color: Rustic Red. HEX triplet: 39, 00 and 13. RGB value is (57,0,19). Sum of RGB (Red+Green+Blue) = 57+0+19=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390013 is #C6FFEC. Grayscale: #131313. Windows color (decimal): -13041645 or 1245241. OLE color: 1245241.

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

Color convert

RGB 57 0 19 -
CMYK 0 1 0.67 0.78
HSL 340º 1% 0.11% -
HSV(B) 340º 1% 0.22% -
XYZ 1.8 0.92 0.7 -
YUV 19.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 57 0 19 0 1 0.67 0.78 340 1 0.11
Hex 39 0 13 0 64 43 4E 154 64 B
Octal 71 0 23 0 144 103 116 524 144 13
Binary 111001 0 10011 0 1100100 1000011 1001110 101010100 1100100 1011

Color Harmonies of #390013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390013

Black with #390013

Text Example


Text Example

White with #390013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390013; }

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

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

background-color css

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

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

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

border-color css

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

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

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