#310512

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

Shades of Rustic Red #310512

Tints of Rustic Red #310512

Color information

#310512 (or 0x310512) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 12. RGB value is (49,5,18). Sum of RGB (Red+Green+Blue) = 49+5+18=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310512 is #CEFAED. Grayscale: #131313. Windows color (decimal): -13564654 or 1180977. OLE color: 1180977.

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

Color convert

RGB49518-
CMYK00.900.630.81
HSL342.27º81.48%10.59%-
HSV(B)342.27º89.8%19.22%-
XYZ1.430.810.65-
YUV19.64127.08148.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 18 (7.42% from 255) = 25%
R=68.06%
G=6.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4951800.900.630.81342.2781.4810.59
Hex3151205A3F5115651b
Octal6152201327712152612113
Binary1100011011001001011010111111101000110101011010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310512; }

 p { color: rgb(49,5,18); }

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

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

 a { background-color: rgb(49,5,18); }

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

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

 span { border-color: rgb(49,5,18); }

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