#310314

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

Shades of Rustic Red #310314

Tints of Rustic Red #310314

Color information

#310314 (or 0x310314) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 14. RGB value is (49,3,20). Sum of RGB (Red+Green+Blue) = 49+3+20=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310314 is #CEFCEB. Grayscale: #121212. Windows color (decimal): -13565164 or 1311537. OLE color: 1311537.

HSL color Cylindrical-coordinate representation of color #310314: hue angle of 337.83º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310314 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB49320-
CMYK00.940.590.81
HSL337.83º88.46%10.2%-
HSV(B)337.83º93.88%19.22%-
XYZ1.430.770.74-
YUV18.69128.74149.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 3 (1.56% from 255) = 4.17%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=68.06%
G=4.17%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4932000.940.590.81337.8388.4610.2
Hex3131405E3B5115258a
Octal6132401367312152213012
Binary110001111010001011110111011101000110101001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310314; }

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

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

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

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

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

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

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

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