#311118

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

Shades of Rustic Red #311118

Tints of Rustic Red #311118

Color information

#311118 (or 0x311118) is unknown color: approx Rustic Red. HEX triplet: 31, 11 and 18. RGB value is (49,17,24). Sum of RGB (Red+Green+Blue) = 49+17+24=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311118 is #CEEEE7. Grayscale: #1B1B1B. Windows color (decimal): -13561576 or 1577265. OLE color: 1577265.

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

Color convert

RGB491724-
CMYK00.650.510.81
HSL346.88º48.48%12.94%-
HSV(B)346.88º65.31%19.22%-
XYZ1.631.120.99-
YUV27.37126.1143.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 17 (7.03% from 255) = 18.89%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=54.44%
G=18.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49172400.650.510.81346.8848.4812.94
Hex311118041335115b30d
Octal6121300101631215336015
Binary11000110001110000100000111001110100011010110111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311118; }

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

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

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

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

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

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

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

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