#310A14

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

Shades of Rustic Red #310A14

Tints of Rustic Red #310A14

Color information

#310A14 (or 0x310A14) is unknown color: approx Rustic Red. HEX triplet: 31, 0A and 14. RGB value is (49,10,20). Sum of RGB (Red+Green+Blue) = 49+10+20=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A14 is #CEF5EB. Grayscale: #161616. Windows color (decimal): -13563372 or 1313329. OLE color: 1313329.

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

Color convert

RGB491020-
CMYK00.800.590.81
HSL344.62º66.1%11.57%-
HSV(B)344.62º79.59%19.22%-
XYZ1.50.920.76-
YUV22.8126.42146.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 10 (4.30% from 255) = 12.66%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=62.03%
G=12.66%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49102000.800.590.81344.6266.111.57
Hex31A140503B5115942c
Octal61122401207312153110214
Binary11000110101010001010000111011101000110101100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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