#321113

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

Shades of Rustic Red #321113

Tints of Rustic Red #321113

Color information

#321113 (or 0x321113) is unknown color: approx Rustic Red. HEX triplet: 32, 11 and 13. RGB value is (50,17,19). Sum of RGB (Red+Green+Blue) = 50+17+19=86 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.14% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 50 - color contains mainly: red. Hex color #321113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321113 is #CDEEEC. Grayscale: #1B1B1B. Windows color (decimal): -13496045 or 1249586. OLE color: 1249586.

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

Color convert

RGB501719-
CMYK00.660.620.80
HSL356.36º49.25%13.14%-
HSV(B)356.36º66%19.61%-
XYZ1.631.130.75-
YUV27.1123.43144.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.14%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=58.14%
G=19.77%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50171900.660.620.80356.3649.2513.14
Hex3211130423E5016431d
Octal6221230102761205446115
Binary11001010001100110100001011111010100001011001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321113; }

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

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

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

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

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

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

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

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