#110507

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

Shades of Rustic Red #110507

Tints of Rustic Red #110507

Color information

#110507 (or 0x110507) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 07. RGB value is (17,5,7). Sum of RGB (Red+Green+Blue) = 17+5+7=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110507 is #EEFAF8. Grayscale: #080808. Windows color (decimal): -15661817 or 460049. OLE color: 460049.

HSL color Cylindrical-coordinate representation of color #110507: hue angle of 350º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110507 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB1757-
CMYK00.710.590.93
HSL350º54.55%4.31%-
HSV(B)350º70.59%6.67%-
XYZ0.320.240.23-
YUV8.82126.98133.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=58.62%
G=17.24%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175700.710.590.9335054.554.31
Hex11570473B5D15e374
Octal2157010773135536674
Binary10001101111010001111110111011101101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110507; }

 p { color: rgb(17,5,7); }

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

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

 a { background-color: rgb(17,5,7); }

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

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

 span { border-color: rgb(17,5,7); }

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