#311518

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

Shades of Rustic Red #311518

Tints of Rustic Red #311518

Color information

#311518 (or 0x311518) is unknown color: approx Rustic Red. HEX triplet: 31, 15 and 18. RGB value is (49,21,24). Sum of RGB (Red+Green+Blue) = 49+21+24=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #311518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311518 is #CEEAE7. Grayscale: #1D1D1D. Windows color (decimal): -13560552 or 1578289. OLE color: 1578289.

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

Color convert

RGB492124-
CMYK00.570.510.81
HSL353.57º40%13.73%-
HSV(B)353.57º57.14%19.22%-
XYZ1.71.261.02-
YUV29.71124.78141.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=52.13%
G=22.34%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49212400.570.510.81353.574013.73
Hex311518039335116228e
Octal612530071631215425016
Binary1100011010111000011100111001110100011011000101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311518; }

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

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

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

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

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

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

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

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