Html Css Color HEX #390413 Rustic Red

📋 copy color: '#390413'

red 57 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #390413

Tints of Rustic Red #390413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5%

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

R = 71.25%
G = 5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#390413 (or 0x390413) is known color: Rustic Red. HEX triplet: 39, 04 and 13. RGB value is (57,4,19). Sum of RGB (Red+Green+Blue) = 57+4+19=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390413 is #C6FBEC. Grayscale: #151515. Windows color (decimal): -13040621 or 1246265. OLE color: 1246265.

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

Color convert

RGB 57 4 19 -
CMYK 0 0.93 0.67 0.78
HSL 343.02º 0.87% 0.12% -
HSV(B) 343.02º 0.93% 0.22% -
XYZ 1.85 1 0.71 -
YUV 21.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 57 4 19 0 0.93 0.67 0.78 343.02 0.87 0.12
Hex 39 4 13 0 5D 43 4E 157 57 C
Octal 71 4 23 0 135 103 116 527 127 14
Binary 111001 100 10011 0 1011101 1000011 1001110 101010111 1010111 1100

Color Harmonies of #390413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390413

Black with #390413

Text Example


Text Example

White with #390413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390413; }

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

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

background-color css

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

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

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

border-color css

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

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

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