#310206

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

Shades of Rustic Red #310206

Tints of Rustic Red #310206

Color information

#310206 (or 0x310206) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 06. RGB value is (49,2,6). Sum of RGB (Red+Green+Blue) = 49+2+6=57 (7% of max value = 765). Red value is 49 (19.53% from 255 or 85.96% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 49 - color contains mainly: red. Hex color #310206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310206 is #CEFDF9. Grayscale: #101010. Windows color (decimal): -13565434 or 393777. OLE color: 393777.

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

Color convert

RGB4926-
CMYK00.960.880.81
HSL354.89º92.16%10%-
HSV(B)354.89º95.92%19.22%-
XYZ1.320.710.24-
YUV16.51122.07151.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 85.96%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 6 (2.73% from 255) = 10.53%
R=85.96%
G=3.51%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal492600.960.880.81354.8992.1610
Hex312606058511635ca
Octal6126014013012154313412
Binary11000110110011000001011000101000110110001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310206; }

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

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

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

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

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

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

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

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