#310A0D

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

Shades of Rustic Red #310A0D

Tints of Rustic Red #310A0D

Color information

#310A0D (or 0x310A0D) is unknown color: approx Rustic Red. HEX triplet: 31, 0A and 0D. RGB value is (49,10,13). Sum of RGB (Red+Green+Blue) = 49+10+13=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A0D is #CEF5F2. Grayscale: #161616. Windows color (decimal): -13563379 or 854577. OLE color: 854577.

HSL color Cylindrical-coordinate representation of color #310A0D: hue angle of 355.38º 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 #310A0D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB491013-
CMYK00.800.730.81
HSL355.38º66.1%11.57%-
HSV(B)355.38º79.59%19.22%-
XYZ1.450.90.48-
YUV22122.92147.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 10 (4.30% from 255) = 13.89%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=68.06%
G=13.89%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49101300.800.730.81355.3866.111.57
Hex31AD050495116342c
Octal611215012011112154310214
Binary11000110101101010100001001001101000110110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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