#311115

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

Shades of Rustic Red #311115

Tints of Rustic Red #311115

Color information

#311115 (or 0x311115) is unknown color: approx Rustic Red. HEX triplet: 31, 11 and 15. RGB value is (49,17,21). Sum of RGB (Red+Green+Blue) = 49+17+21=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #311115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311115 is #CEEEEA. Grayscale: #1B1B1B. Windows color (decimal): -13561579 or 1380657. OLE color: 1380657.

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

Color convert

RGB491721-
CMYK00.650.570.81
HSL352.5º48.48%12.94%-
HSV(B)352.5º65.31%19.22%-
XYZ1.61.110.84-
YUV27.02124.6143.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=56.32%
G=19.54%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49172100.650.570.81352.548.4812.94
Hex311115041395116030d
Octal6121250101711215406015
Binary11000110001101010100000111100110100011011000001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311115; }

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

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

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

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

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

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

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

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