#311516

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

Shades of Rustic Red #311516

Tints of Rustic Red #311516

Color information

#311516 (or 0x311516) is unknown color: approx Rustic Red. HEX triplet: 31, 15 and 16. RGB value is (49,21,22). Sum of RGB (Red+Green+Blue) = 49+21+22=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311516 is #CEEAE9. Grayscale: #1D1D1D. Windows color (decimal): -13560554 or 1447217. OLE color: 1447217.

HSL color Cylindrical-coordinate representation of color #311516: hue angle of 357.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #311516 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB492122-
CMYK00.570.550.81
HSL357.86º40%13.73%-
HSV(B)357.86º57.14%19.22%-
XYZ1.681.250.91-
YUV29.49123.78141.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=53.26%
G=22.83%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49212200.570.550.81357.864013.73
Hex311516039375116628e
Octal612526071671215465016
Binary1100011010110110011100111011110100011011001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311516; }

 p { color: rgb(49,21,22); }

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

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

 a { background-color: rgb(49,21,22); }

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

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

 span { border-color: rgb(49,21,22); }

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