#310510

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

Shades of Rustic Red #310510

Tints of Rustic Red #310510

Color information

#310510 (or 0x310510) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 10. RGB value is (49,5,16). Sum of RGB (Red+Green+Blue) = 49+5+16=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310510 is #CEFAEF. Grayscale: #131313. Windows color (decimal): -13564656 or 1049905. OLE color: 1049905.

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

Color convert

RGB49516-
CMYK00.900.670.81
HSL345º81.48%10.59%-
HSV(B)345º89.8%19.22%-
XYZ1.410.80.57-
YUV19.41126.08149.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=70%
G=7.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4951600.900.670.8134581.4810.59
Hex3151005A435115951b
Octal61520013210312153112113
Binary11000110110000010110101000011101000110101100110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310510; }

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

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

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

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

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

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

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

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