#32171C

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

Shades of Rustic Red #32171C

Tints of Rustic Red #32171C

Color information

#32171C (or 0x32171C) is unknown color: approx Rustic Red. HEX triplet: 32, 17 and 1C. RGB value is (50,23,28). Sum of RGB (Red+Green+Blue) = 50+23+28=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #32171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32171C is #CDE8E3. Grayscale: #1F1F1F. Windows color (decimal): -13494500 or 1840946. OLE color: 1840946.

HSL color Cylindrical-coordinate representation of color #32171C: hue angle of 348.89º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32171C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB502328-
CMYK00.540.440.80
HSL348.89º36.99%14.31%-
HSV(B)348.89º54%19.61%-
XYZ1.831.371.27-
YUV31.64125.95141.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=49.50%
G=22.77%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232800.540.440.80348.8936.9914.31
Hex32171C0362C5015d25e
Octal622734066541205354516
Binary1100101011111100011011010110010100001010111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32171C; }

 p { color: rgb(50,23,28); }

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

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

 a { background-color: rgb(50,23,28); }

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

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

 span { border-color: rgb(50,23,28); }

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