#310113

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

Shades of Rustic Red #310113

Tints of Rustic Red #310113

Color information

#310113 (or 0x310113) is unknown color: approx Rustic Red. HEX triplet: 31, 01 and 13. RGB value is (49,1,19). Sum of RGB (Red+Green+Blue) = 49+1+19=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310113 is #CEFEEC. Grayscale: #111111. Windows color (decimal): -13565677 or 1245489. OLE color: 1245489.

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

Color convert

RGB49119-
CMYK00.980.610.81
HSL337.5º96%9.8%-
HSV(B)337.5º97.96%19.22%-
XYZ1.40.720.68-
YUV17.4128.9150.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=71.01%
G=1.45%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4911900.980.610.81337.5969.8
Hex311130623D5115260a
Octal6112301427512152214012
Binary11000111001101100010111101101000110101001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310113; }

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

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

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

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

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

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

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

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