#310506

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

Shades of Rustic Red #310506

Tints of Rustic Red #310506

Color information

#310506 (or 0x310506) is unknown color: approx Rustic Red. HEX triplet: 31, 05 and 06. RGB value is (49,5,6). Sum of RGB (Red+Green+Blue) = 49+5+6=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310506 is #CEFAF9. Grayscale: #121212. Windows color (decimal): -13564666 or 394545. OLE color: 394545.

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

Color convert

RGB4956-
CMYK00.900.880.81
HSL358.64º81.48%10.59%-
HSV(B)358.64º89.8%19.22%-
XYZ1.350.770.25-
YUV18.27121.08149.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 81.67%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 10%
R=81.67%
G=8.33%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal495600.900.880.81358.6481.4810.59
Hex315605A585116751b
Octal6156013213012154712113
Binary110001101110010110101011000101000110110011110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310506; }

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

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

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

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

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

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

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

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