#310115

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

Shades of Rustic Red #310115

Tints of Rustic Red #310115

Color information

#310115 (or 0x310115) is unknown color: approx Rustic Red. HEX triplet: 31, 01 and 15. RGB value is (49,1,21). Sum of RGB (Red+Green+Blue) = 49+1+21=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310115 is #CEFEEA. Grayscale: #111111. Windows color (decimal): -13565675 or 1376561. OLE color: 1376561.

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

Color convert

RGB49121-
CMYK00.980.570.81
HSL335º96%9.8%-
HSV(B)335º97.96%19.22%-
XYZ1.410.730.78-
YUV17.63129.9150.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=69.01%
G=1.41%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912100.980.570.81335969.8
Hex31115062395114f60a
Octal6112501427112151714012
Binary11000111010101100010111001101000110100111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310115; }

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

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

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

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

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

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

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

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