Html Css Color HEX #390410 Rustic Red

📋 copy color: '#390410'

red 57 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #390410

Tints of Rustic Red #390410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 20.78%

R = 74.03%
G = 5.19%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#390410 (or 0x390410) is known color: Rustic Red. HEX triplet: 39, 04 and 10. RGB value is (57,4,16). Sum of RGB (Red+Green+Blue) = 57+4+16=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390410 is #C6FBEF. Grayscale: #151515. Windows color (decimal): -13040624 or 1049657. OLE color: 1049657.

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

Color convert

RGB 57 4 16 -
CMYK 0 0.93 0.72 0.78
HSL 346.42º 0.87% 0.12% -
HSV(B) 346.42º 0.93% 0.22% -
XYZ 1.82 0.99 0.59 -
YUV 21.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 57 4 16 0 0.93 0.72 0.78 346.42 0.87 0.12
Hex 39 4 10 0 5D 48 4E 15A 57 C
Octal 71 4 20 0 135 110 116 532 127 14
Binary 111001 100 10000 0 1011101 1001000 1001110 101011010 1010111 1100

Color Harmonies of #390410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390410

Black with #390410

Text Example


Text Example

White with #390410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390410; }

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

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

background-color css

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

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

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

border-color css

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

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

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