#311014

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

Shades of Rustic Red #311014

Tints of Rustic Red #311014

Color information

#311014 (or 0x311014) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 14. RGB value is (49,16,20). Sum of RGB (Red+Green+Blue) = 49+16+20=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311014 is #CEEFEB. Grayscale: #1A1A1A. Windows color (decimal): -13561836 or 1314865. OLE color: 1314865.

HSL color Cylindrical-coordinate representation of color #311014: hue angle of 352.73º 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 #311014 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB491620-
CMYK00.670.590.81
HSL352.73º50.77%12.75%-
HSV(B)352.73º67.35%19.22%-
XYZ1.581.070.79-
YUV26.32124.43144.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 57.65%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=57.65%
G=18.82%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49162000.670.590.81352.7350.7712.75
Hex3110140433B5116133d
Octal6120240103731215416315
Binary11000110000101000100001111101110100011011000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311014; }

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

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

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

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

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

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

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

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