#310416

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

Shades of Rustic Red #310416

Tints of Rustic Red #310416

Color information

#310416 (or 0x310416) is unknown color: approx Rustic Red. HEX triplet: 31, 04 and 16. RGB value is (49,4,22). Sum of RGB (Red+Green+Blue) = 49+4+22=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310416 is #CEFBE9. Grayscale: #131313. Windows color (decimal): -13564906 or 1442865. OLE color: 1442865.

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

Color convert

RGB49422-
CMYK00.920.550.81
HSL336º84.91%10.39%-
HSV(B)336º91.84%19.22%-
XYZ1.450.80.84-
YUV19.51129.41149.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=65.33%
G=5.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4942200.920.550.8133684.9110.39
Hex3141605C375115055a
Octal6142601346712152012512
Binary1100011001011001011100110111101000110101000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310416; }

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

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

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

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

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

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

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

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