Html Css Color HEX #390210 Rustic Red

📋 copy color: '#390210'

red 57 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #390210

Tints of Rustic Red #390210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 76%
G = 2.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#390210 (or 0x390210) is known color: Rustic Red. HEX triplet: 39, 02 and 10. RGB value is (57,2,16). Sum of RGB (Red+Green+Blue) = 57+2+16=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390210 is #C6FDEF. Grayscale: #141414. Windows color (decimal): -13041136 or 1049145. OLE color: 1049145.

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

Color convert

RGB 57 2 16 -
CMYK 0 0.96 0.72 0.78
HSL 344.73º 0.93% 0.12% -
HSV(B) 344.73º 0.96% 0.22% -
XYZ 1.8 0.95 0.58 -
YUV 20.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 57 2 16 0 0.96 0.72 0.78 344.73 0.93 0.12
Hex 39 2 10 0 60 48 4E 159 5D C
Octal 71 2 20 0 140 110 116 531 135 14
Binary 111001 10 10000 0 1100000 1001000 1001110 101011001 1011101 1100

Color Harmonies of #390210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390210

Black with #390210

Text Example


Text Example

White with #390210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390210; }

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

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

background-color css

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

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

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

border-color css

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

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

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