#321114

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

Shades of Rustic Red #321114

Tints of Rustic Red #321114

Color information

#321114 (or 0x321114) is unknown color: approx Rustic Red. HEX triplet: 32, 11 and 14. RGB value is (50,17,20). Sum of RGB (Red+Green+Blue) = 50+17+20=87 (11% of max value = 765). Red value is 50 (19.92% from 255 or 57.47% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 50 - color contains mainly: red. Hex color #321114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321114 is #CDEEEB. Grayscale: #1B1B1B. Windows color (decimal): -13496044 or 1315122. OLE color: 1315122.

HSL color Cylindrical-coordinate representation of color #321114: hue angle of 354.55º 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 #321114 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB501720-
CMYK00.660.600.80
HSL354.55º49.25%13.14%-
HSV(B)354.55º66%19.61%-
XYZ1.641.130.79-
YUV27.21123.93144.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 57.47%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=57.47%
G=19.54%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50172000.660.600.80354.5549.2513.14
Hex3211140423C5016331d
Octal6221240102741205436115
Binary11001010001101000100001011110010100001011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321114; }

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

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

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

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

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

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

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

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