#310516

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

Shades of Rustic Red #310516

Tints of Rustic Red #310516

Color information

#310516 (or 0x310516) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 16. RGB value is (49,5,22). Sum of RGB (Red+Green+Blue) = 49+5+22=76 (10% of max value = 765). Red value is 49 (19.53% from 255 or 64.47% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 49 - color contains mainly: red. Hex color #310516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310516 is #CEFAE9. Grayscale: #141414. Windows color (decimal): -13564650 or 1443121. OLE color: 1443121.

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

Color convert

RGB49522-
CMYK00.900.550.81
HSL336.82º81.48%10.59%-
HSV(B)336.82º89.8%19.22%-
XYZ1.470.820.84-
YUV20.09129.08148.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 64.47%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=64.47%
G=6.58%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4952200.900.550.81336.8281.4810.59
Hex3151605A375115151b
Octal6152601326712152112113
Binary1100011011011001011010110111101000110101000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310516; }

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

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

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

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

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

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

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

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