#310014

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

Shades of Rustic Red #310014

Tints of Rustic Red #310014

Color information

#310014 (or 0x310014) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 14. RGB value is (49,0,20). Sum of RGB (Red+Green+Blue) = 49+0+20=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #310014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310014 is #CEFFEB. Grayscale: #101010. Windows color (decimal): -13565932 or 1310769. OLE color: 1310769.

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

Color convert

RGB49020-
CMYK010.590.81
HSL335.51º100%9.61%-
HSV(B)335.51º100%19.22%-
XYZ1.390.70.72-
YUV16.93129.73150.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 28.99%
R=71.01%
G=0%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49020010.590.81335.511009.61
Hex310140643B5115064a
Octal6102401447312152014412
Binary11000101010001100100111011101000110101000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310014; }

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

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

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

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

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

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

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

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