#310A15

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

Shades of Rustic Red #310A15

Tints of Rustic Red #310A15

Color information

#310A15 (or 0x310A15) is unknown color: approx Rustic Red. HEX triplet: 31, 0A and 15. RGB value is (49,10,21). Sum of RGB (Red+Green+Blue) = 49+10+21=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A15 is #CEF5EA. Grayscale: #161616. Windows color (decimal): -13563371 or 1378865. OLE color: 1378865.

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

Color convert

RGB491021-
CMYK00.800.570.81
HSL343.08º66.1%11.57%-
HSV(B)343.08º79.59%19.22%-
XYZ1.510.920.81-
YUV22.92126.92146.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 61.25%
GREEN value IS 10 (4.30% from 255) = 12.5%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=61.25%
G=12.5%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49102100.800.570.81343.0866.111.57
Hex31A15050395115742c
Octal61122501207112152710214
Binary11000110101010101010000111001101000110101011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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