#131011

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

Shades of Rustic Red #131011

Tints of Rustic Red #131011

Color information

#131011 (or 0x131011) is unknown color: approx Rustic Red. HEX triplet: 13, 10 and 11. RGB value is (19,16,17). Sum of RGB (Red+Green+Blue) = 19+16+17=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 19 - color contains mainly: red. Hex color #131011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131011 is #ECEFEE. Grayscale: #111111. Windows color (decimal): -15527919 or 1118227. OLE color: 1118227.

HSL color Cylindrical-coordinate representation of color #131011: hue angle of 340º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #131011 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB191617-
CMYK00.160.110.93
HSL340º8.57%6.86%-
HSV(B)340º15.79%7.45%-
XYZ0.560.550.61-
YUV17.01127.99129.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=36.54%
G=30.77%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19161700.160.110.933408.576.86
Hex131011010B5D15497
Octal23202102013135524117
Binary100111000010001010000101110111011010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131011; }

 p { color: rgb(19,16,17); }

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

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

 a { background-color: rgb(19,16,17); }

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

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

 span { border-color: rgb(19,16,17); }

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