#311316

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

Shades of Rustic Red #311316

Tints of Rustic Red #311316

Color information

#311316 (or 0x311316) is unknown color: approx Rustic Red. HEX triplet: 31, 13 and 16. RGB value is (49,19,22). Sum of RGB (Red+Green+Blue) = 49+19+22=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #311316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311316 is #CEECE9. Grayscale: #1C1C1C. Windows color (decimal): -13561066 or 1446705. OLE color: 1446705.

HSL color Cylindrical-coordinate representation of color #311316: hue angle of 354º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311316 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB491922-
CMYK00.610.550.81
HSL354º44.12%13.33%-
HSV(B)354º61.22%19.22%-
XYZ1.641.180.9-
YUV28.31124.44142.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 54.44%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=54.44%
G=21.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49192200.610.550.8135444.1213.33
Hex31131603D37511622cd
Octal612326075671215425415
Binary1100011001110110011110111011110100011011000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311316; }

 p { color: rgb(49,19,22); }

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

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

 a { background-color: rgb(49,19,22); }

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

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

 span { border-color: rgb(49,19,22); }

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