#311012

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

Shades of Rustic Red #311012

Tints of Rustic Red #311012

Color information

#311012 (or 0x311012) is unknown color: approx Rustic Red. HEX triplet: 31, 10 and 12. RGB value is (49,16,18). Sum of RGB (Red+Green+Blue) = 49+16+18=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311012 is #CEEFED. Grayscale: #1A1A1A. Windows color (decimal): -13561838 or 1183793. OLE color: 1183793.

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

Color convert

RGB491618-
CMYK00.670.630.81
HSL356.36º50.77%12.75%-
HSV(B)356.36º67.35%19.22%-
XYZ1.561.070.7-
YUV26.1123.43144.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=59.04%
G=19.28%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49161800.670.630.81356.3650.7712.75
Hex3110120433F5116433d
Octal6120220103771215446315
Binary11000110000100100100001111111110100011011001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311012; }

 p { color: rgb(49,16,18); }

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

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

 a { background-color: rgb(49,16,18); }

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

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

 span { border-color: rgb(49,16,18); }

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