#310815

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

Shades of Rustic Red #310815

Tints of Rustic Red #310815

Color information

#310815 (or 0x310815) is unknown color: approx Rustic Red. HEX triplet: 31, 08 and 15. RGB value is (49,8,21). Sum of RGB (Red+Green+Blue) = 49+8+21=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310815 is #CEF7EA. Grayscale: #151515. Windows color (decimal): -13563883 or 1378353. OLE color: 1378353.

HSL color Cylindrical-coordinate representation of color #310815: hue angle of 340.98º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310815 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB49821-
CMYK00.840.570.81
HSL340.98º71.93%11.18%-
HSV(B)340.98º83.67%19.22%-
XYZ1.490.880.8-
YUV21.74127.58147.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=62.82%
G=10.26%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4982100.840.570.81340.9871.9311.18
Hex31815054395115548b
Octal61102501247112152511013
Binary11000110001010101010100111001101000110101010110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310815; }

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

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

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

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

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

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

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

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