#310911

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

Shades of Rustic Red #310911

Tints of Rustic Red #310911

Color information

#310911 (or 0x310911) is unknown color: approx Rustic Red. HEX triplet: 31, 09 and 11. RGB value is (49,9,17). Sum of RGB (Red+Green+Blue) = 49+9+17=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310911 is #CEF6EE. Grayscale: #151515. Windows color (decimal): -13563631 or 1116465. OLE color: 1116465.

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

Color convert

RGB49917-
CMYK00.820.650.81
HSL348º68.97%11.37%-
HSV(B)348º81.63%19.22%-
XYZ1.470.890.62-
YUV21.87125.25147.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=65.33%
G=12%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4991700.820.650.8134868.9711.37
Hex31911052415115c45b
Octal611121012210112153410513
Binary110001100110001010100101000001101000110101110010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310911; }

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

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

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

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

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

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

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

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