#311017

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

Shades of Rustic Red #311017

Tints of Rustic Red #311017

Color information

#311017 (or 0x311017) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 17. RGB value is (49,16,23). Sum of RGB (Red+Green+Blue) = 49+16+23=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311017 is #CEEFE8. Grayscale: #1A1A1A. Windows color (decimal): -13561833 or 1511473. OLE color: 1511473.

HSL color Cylindrical-coordinate representation of color #311017: hue angle of 347.27º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311017 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB491623-
CMYK00.670.530.81
HSL347.27º50.77%12.75%-
HSV(B)347.27º67.35%19.22%-
XYZ1.611.090.94-
YUV26.66125.93143.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=55.68%
G=18.18%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49162300.670.530.81347.2750.7712.75
Hex311017043355115b33d
Octal6120270103651215336315
Binary11000110000101110100001111010110100011010110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311017; }

 p { color: rgb(49,16,23); }

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

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

 a { background-color: rgb(49,16,23); }

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

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

 span { border-color: rgb(49,16,23); }

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