#31060C

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

Shades of Rustic Red #31060C

Tints of Rustic Red #31060C

Color information

#31060C (or 0x31060C) is unknown color: approx Rustic Red. HEX triplet: 31, 06 and 0C. RGB value is (49,6,12). Sum of RGB (Red+Green+Blue) = 49+6+12=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #31060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31060C is #CEF9F3. Grayscale: #131313. Windows color (decimal): -13564404 or 788017. OLE color: 788017.

HSL color Cylindrical-coordinate representation of color #31060C: hue angle of 351.63º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31060C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB49612-
CMYK00.880.760.81
HSL351.63º78.18%10.78%-
HSV(B)351.63º87.76%19.22%-
XYZ1.40.810.43-
YUV19.54123.75149.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 73.13%
GREEN value IS 6 (2.73% from 255) = 8.96%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=73.13%
G=8.96%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4961200.880.760.81351.6378.1810.78
Hex316C0584C511604eb
Octal61614013011412154011613
Binary1100011101100010110001001100101000110110000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31060C; }

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

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

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

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

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

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

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

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