#321117

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

Shades of Rustic Red #321117

Tints of Rustic Red #321117

Color information

#321117 (or 0x321117) is unknown color: approx Rustic Red. HEX triplet: 32, 11 and 17. RGB value is (50,17,23). Sum of RGB (Red+Green+Blue) = 50+17+23=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #321117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321117 is #CDEEE8. Grayscale: #1B1B1B. Windows color (decimal): -13496041 or 1511730. OLE color: 1511730.

HSL color Cylindrical-coordinate representation of color #321117: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321117 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB501723-
CMYK00.660.540.80
HSL349.09º49.25%13.14%-
HSV(B)349.09º66%19.61%-
XYZ1.671.140.94-
YUV27.55125.43144.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 23 (9.38% from 255) = 25.56%
R=55.56%
G=18.89%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50172300.660.540.80349.0949.2513.14
Hex321117042365015d31d
Octal6221270102661205356115
Binary11001010001101110100001011011010100001010111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321117; }

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

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

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

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

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

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

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

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