Html Css Color HEX #390216 Rustic Red

📋 copy color: '#390216'

red 57 ◦ green 2 ◦ blue 22

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

Shades of Rustic Red #390216

Tints of Rustic Red #390216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 27.16%

R = 70.37%
G = 2.47%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#390216 (or 0x390216) is known color: Rustic Red. HEX triplet: 39, 02 and 16. RGB value is (57,2,22). Sum of RGB (Red+Green+Blue) = 57+2+22=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390216 is #C6FDE9. Grayscale: #141414. Windows color (decimal): -13041130 or 1442361. OLE color: 1442361.

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

Color convert

RGB 57 2 22 -
CMYK 0 0.96 0.61 0.78
HSL 338.18º 0.93% 0.12% -
HSV(B) 338.18º 0.96% 0.22% -
XYZ 1.85 0.97 0.85 -
YUV 20.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 57 2 22 0 0.96 0.61 0.78 338.18 0.93 0.12
Hex 39 2 16 0 60 3D 4E 152 5D C
Octal 71 2 26 0 140 75 116 522 135 14
Binary 111001 10 10110 0 1100000 111101 1001110 101010010 1011101 1100

Color Harmonies of #390216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390216

Black with #390216

Text Example


Text Example

White with #390216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390216; }

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

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

background-color css

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

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

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

border-color css

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

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

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