#310214

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

Shades of Rustic Red #310214

Tints of Rustic Red #310214

Color information

#310214 (or 0x310214) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 14. RGB value is (49,2,20). Sum of RGB (Red+Green+Blue) = 49+2+20=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310214 is #CEFDEB. Grayscale: #121212. Windows color (decimal): -13565420 or 1311281. OLE color: 1311281.

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

Color convert

RGB49220-
CMYK00.960.590.81
HSL337.02º92.16%10%-
HSV(B)337.02º95.92%19.22%-
XYZ1.410.750.73-
YUV18.1129.07150.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=69.01%
G=2.82%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922000.960.590.81337.0292.1610
Hex312140603B511515ca
Octal6122401407312152113412
Binary110001101010001100000111011101000110101000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310214; }

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

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

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

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

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

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

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

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