#310106

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

Shades of Rustic Red #310106

Tints of Rustic Red #310106

Color information

#310106 (or 0x310106) is unknown color: approx Rustic Red. HEX triplet: 31, 01 and 06. RGB value is (49,1,6). Sum of RGB (Red+Green+Blue) = 49+1+6=56 (7% of max value = 765). Red value is 49 (19.53% from 255 or 87.5% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 49 - color contains mainly: red. Hex color #310106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310106 is #CEFEF9. Grayscale: #0F0F0F. Windows color (decimal): -13565690 or 393521. OLE color: 393521.

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

Color convert

RGB4916-
CMYK00.980.880.81
HSL353.75º96%9.8%-
HSV(B)353.75º97.96%19.22%-
XYZ1.310.690.24-
YUV15.92122.4151.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 87.5%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 6 (2.73% from 255) = 10.71%
R=87.5%
G=1.79%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal491600.980.880.81353.75969.8
Hex3116062585116260a
Octal6116014213012154214012
Binary1100011110011000101011000101000110110001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310106; }

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

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

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

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

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

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

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

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