#310A13

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

Shades of Rustic Red #310A13

Tints of Rustic Red #310A13

Color information

#310A13 (or 0x310A13) is unknown color: approx Rustic Red. HEX triplet: 31, 0A and 13. RGB value is (49,10,19). Sum of RGB (Red+Green+Blue) = 49+10+19=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A13 is #CEF5EC. Grayscale: #161616. Windows color (decimal): -13563373 or 1247793. OLE color: 1247793.

HSL color Cylindrical-coordinate representation of color #310A13: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A13 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB491019-
CMYK00.800.610.81
HSL346.15º66.1%11.57%-
HSV(B)346.15º79.59%19.22%-
XYZ1.490.920.71-
YUV22.69125.92146.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=62.82%
G=12.82%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49101900.800.610.81346.1566.111.57
Hex31A130503D5115a42c
Octal61122301207512153210214
Binary11000110101001101010000111101101000110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A13; }

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

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

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

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

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

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

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

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