#311016

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

Shades of Rustic Red #311016

Tints of Rustic Red #311016

Color information

#311016 (or 0x311016) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 16. RGB value is (49,16,22). Sum of RGB (Red+Green+Blue) = 49+16+22=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311016 is #CEEFE9. Grayscale: #1A1A1A. Windows color (decimal): -13561834 or 1445937. OLE color: 1445937.

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

Color convert

RGB491622-
CMYK00.670.550.81
HSL349.09º50.77%12.75%-
HSV(B)349.09º67.35%19.22%-
XYZ1.61.080.88-
YUV26.55125.43144.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 22 (8.98% from 255) = 25.29%
R=56.32%
G=18.39%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49162200.670.550.81349.0950.7712.75
Hex311016043375115d33d
Octal6120260103671215356315
Binary11000110000101100100001111011110100011010111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311016; }

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

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

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

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

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

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

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

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