#310313

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

Shades of Rustic Red #310313

Tints of Rustic Red #310313

Color information

#310313 (or 0x310313) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 13. RGB value is (49,3,19). Sum of RGB (Red+Green+Blue) = 49+3+19=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310313 is #CEFCEC. Grayscale: #121212. Windows color (decimal): -13565165 or 1246001. OLE color: 1246001.

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

Color convert

RGB49319-
CMYK00.940.610.81
HSL339.13º88.46%10.2%-
HSV(B)339.13º93.88%19.22%-
XYZ1.420.770.69-
YUV18.58128.24149.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=69.01%
G=4.23%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931900.940.610.81339.1388.4610.2
Hex3131305E3D5115358a
Octal6132301367512152313012
Binary110001111001101011110111101101000110101001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310313; }

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

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

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

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

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

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

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

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