#311417

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

Shades of Rustic Red #311417

Tints of Rustic Red #311417

Color information

#311417 (or 0x311417) is unknown color: approx Rustic Red. HEX triplet: 31, 14 and 17. RGB value is (49,20,23). Sum of RGB (Red+Green+Blue) = 49+20+23=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #311417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311417 is #CEEBE8. Grayscale: #1D1D1D. Windows color (decimal): -13560809 or 1512497. OLE color: 1512497.

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

Color convert

RGB492023-
CMYK00.590.530.81
HSL353.79º42.03%13.53%-
HSV(B)353.79º59.18%19.22%-
XYZ1.671.220.96-
YUV29.01124.61142.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 23 (9.38% from 255) = 25%
R=53.26%
G=21.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202300.590.530.81353.7942.0313.53
Hex31141703B35511622ae
Octal612427073651215425216
Binary1100011010010111011101111010110100011011000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311417; }

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

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

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

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

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

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

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

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