#310814

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

Shades of Rustic Red #310814

Tints of Rustic Red #310814

Color information

#310814 (or 0x310814) is unknown color: approx Rustic Red. HEX triplet: 31, 08 and 14. RGB value is (49,8,20). Sum of RGB (Red+Green+Blue) = 49+8+20=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310814 is #CEF7EB. Grayscale: #151515. Windows color (decimal): -13563884 or 1312817. OLE color: 1312817.

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

Color convert

RGB49820-
CMYK00.840.590.81
HSL342.44º71.93%11.18%-
HSV(B)342.44º83.67%19.22%-
XYZ1.480.880.75-
YUV21.63127.08147.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=63.64%
G=10.39%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4982000.840.590.81342.4471.9311.18
Hex318140543B5115648b
Octal61102401247312152611013
Binary11000110001010001010100111011101000110101011010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310814; }

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

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

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

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

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

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

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

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