#311215

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

Shades of Rustic Red #311215

Tints of Rustic Red #311215

Color information

#311215 (or 0x311215) is unknown color: approx Rustic Red. HEX triplet: 31, 12 and 15. RGB value is (49,18,21). Sum of RGB (Red+Green+Blue) = 49+18+21=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #311215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311215 is #CEEDEA. Grayscale: #1B1B1B. Windows color (decimal): -13561323 or 1380913. OLE color: 1380913.

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

Color convert

RGB491821-
CMYK00.630.570.81
HSL354.19º46.27%13.14%-
HSV(B)354.19º63.27%19.22%-
XYZ1.621.140.84-
YUV27.61124.27143.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=55.68%
G=20.45%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49182100.630.570.81354.1946.2713.14
Hex31121503F39511622ed
Octal612225077711215425615
Binary1100011001010101011111111100110100011011000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311215; }

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

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

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

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

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

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

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

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