#392122

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

Shades of Rustic Red #392122

Tints of Rustic Red #392122

Color information

#392122 (or 0x392122) is unknown color: approx Rustic Red. HEX triplet: 39, 21 and 22. RGB value is (57,33,34). Sum of RGB (Red+Green+Blue) = 57+33+34=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392122 is #C6DEDD. Grayscale: #282828. Windows color (decimal): -13033182 or 2236729. OLE color: 2236729.

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

Color convert

RGB573334-
CMYK00.420.400.78
HSL357.5º26.67%17.65%-
HSV(B)357.5º42.11%22.35%-
XYZ2.522.071.78-
YUV40.29124.45139.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=45.97%
G=26.61%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57333400.420.400.78357.526.6717.65
Hex39212202A284E1661b12
Octal714142052501165463322
Binary111001100001100010010101010100010011101011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392122; }

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

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

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

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

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

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

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

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