#310311

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

Shades of Rustic Red #310311

Tints of Rustic Red #310311

Color information

#310311 (or 0x310311) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 11. RGB value is (49,3,17). Sum of RGB (Red+Green+Blue) = 49+3+17=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310311 is #CEFCEE. Grayscale: #121212. Windows color (decimal): -13565167 or 1114929. OLE color: 1114929.

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

Color convert

RGB49317-
CMYK00.940.650.81
HSL341.74º88.46%10.2%-
HSV(B)341.74º93.88%19.22%-
XYZ1.40.760.6-
YUV18.35127.24149.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=71.01%
G=4.35%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931700.940.650.81341.7488.4610.2
Hex3131105E415115658a
Octal61321013610112152613012
Binary1100011110001010111101000001101000110101011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310311; }

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

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

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

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

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

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

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

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