#310511

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

Shades of Rustic Red #310511

Tints of Rustic Red #310511

Color information

#310511 (or 0x310511) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 11. RGB value is (49,5,17). Sum of RGB (Red+Green+Blue) = 49+5+17=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310511 is #CEFAEE. Grayscale: #131313. Windows color (decimal): -13564655 or 1115441. OLE color: 1115441.

HSL color Cylindrical-coordinate representation of color #310511: hue angle of 343.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310511 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB49517-
CMYK00.900.650.81
HSL343.64º81.48%10.59%-
HSV(B)343.64º89.8%19.22%-
XYZ1.420.80.61-
YUV19.52126.58149.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=69.01%
G=7.04%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4951700.900.650.81343.6481.4810.59
Hex3151105A415115851b
Octal61521013210112153012113
Binary11000110110001010110101000001101000110101100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310511; }

 p { color: rgb(49,5,17); }

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

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

 a { background-color: rgb(49,5,17); }

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

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

 span { border-color: rgb(49,5,17); }

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