#392021

Color #392021 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #392021

Tints of Rustic Red #392021

Color information

#392021 (or 0x392021) is unknown color: approx Rustic Red. HEX triplet: 39, 20 and 21. RGB value is (57,32,33). Sum of RGB (Red+Green+Blue) = 57+32+33=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392021 is #C6DFDE. Grayscale: #272727. Windows color (decimal): -13033439 or 2170937. OLE color: 2170937.

HSL color Cylindrical-coordinate representation of color #392021: hue angle of 357.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392021 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB573233-
CMYK00.440.420.78
HSL357.6º28.09%17.45%-
HSV(B)357.6º43.86%22.35%-
XYZ2.482.011.7-
YUV39.59124.28140.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=46.72%
G=26.23%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57323300.440.420.78357.628.0917.45
Hex39202102C2A4E1661c11
Octal714041054521165463421
Binary111001100000100001010110010101010011101011001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392021; }

 p { color: rgb(57,32,33); }

 H1.HeaderClassName
 {
   color: #392021;
 }
 .AnyTagClassName
 {
   color: #392021;
 }
</style>
background-color css

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

 a { background-color: rgb(57,32,33); }

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

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

 span { border-color: rgb(57,32,33); }

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