#372122

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

Shades of Rustic Red #372122

Tints of Rustic Red #372122

Color information

#372122 (or 0x372122) is unknown color: approx Rustic Red. HEX triplet: 37, 21 and 22. RGB value is (55,33,34). Sum of RGB (Red+Green+Blue) = 55+33+34=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372122 is #C8DEDD. Grayscale: #272727. Windows color (decimal): -13164254 or 2236727. OLE color: 2236727.

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

Color convert

RGB553334-
CMYK00.40.380.78
HSL357.27º25%17.25%-
HSV(B)357.27º40%21.57%-
XYZ2.412.021.78-
YUV39.69124.79138.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=45.08%
G=27.05%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55333400.40.380.78357.272517.25
Hex372122028264E1651911
Octal674142050461165453121
Binary110111100001100010010100010011010011101011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372122; }

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

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

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

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

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

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

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

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