Html Css Color HEX #390215 Rustic Red

📋 copy color: '#390215'

red 57 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #390215

Tints of Rustic Red #390215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 71.25%
G = 2.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#390215 (or 0x390215) is known color: Rustic Red. HEX triplet: 39, 02 and 15. RGB value is (57,2,21). Sum of RGB (Red+Green+Blue) = 57+2+21=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390215 is #C6FDEA. Grayscale: #141414. Windows color (decimal): -13041131 or 1376825. OLE color: 1376825.

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

Color convert

RGB 57 2 21 -
CMYK 0 0.96 0.63 0.78
HSL 339.27º 0.93% 0.12% -
HSV(B) 339.27º 0.96% 0.22% -
XYZ 1.84 0.97 0.8 -
YUV 20.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 57 2 21 0 0.96 0.63 0.78 339.27 0.93 0.12
Hex 39 2 15 0 60 3F 4E 153 5D C
Octal 71 2 25 0 140 77 116 523 135 14
Binary 111001 10 10101 0 1100000 111111 1001110 101010011 1011101 1100

Color Harmonies of #390215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390215

Black with #390215

Text Example


Text Example

White with #390215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390215; }

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

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

background-color css

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

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

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

border-color css

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

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

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