#311415

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

Shades of Rustic Red #311415

Tints of Rustic Red #311415

Color information

#311415 (or 0x311415) is unknown color: approx Rustic Red. HEX triplet: 31, 14 and 15. RGB value is (49,20,21). Sum of RGB (Red+Green+Blue) = 49+20+21=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311415 is #CEEBEA. Grayscale: #1C1C1C. Windows color (decimal): -13560811 or 1381425. OLE color: 1381425.

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

Color convert

RGB492021-
CMYK00.590.570.81
HSL357.93º42.03%13.53%-
HSV(B)357.93º59.18%19.22%-
XYZ1.651.210.86-
YUV28.78123.61142.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=54.44%
G=22.22%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49202100.590.570.81357.9342.0313.53
Hex31141503B39511662ae
Octal612425073711215465216
Binary1100011010010101011101111100110100011011001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311415; }

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

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

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

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

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

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

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

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