#110506

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

Shades of Rustic Red #110506

Tints of Rustic Red #110506

Color information

#110506 (or 0x110506) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 06. RGB value is (17,5,6). Sum of RGB (Red+Green+Blue) = 17+5+6=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110506 is #EEFAF9. Grayscale: #080808. Windows color (decimal): -15661818 or 394513. OLE color: 394513.

HSL color Cylindrical-coordinate representation of color #110506: hue angle of 355º 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 #110506 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB1756-
CMYK00.710.650.93
HSL355º54.55%4.31%-
HSV(B)355º70.59%6.67%-
XYZ0.320.240.2-
YUV8.7126.48133.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=60.71%
G=17.86%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175600.710.650.9335554.554.31
Hex1156047415D163374
Octal21560107101135543674
Binary100011011100100011110000011011101101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110506; }

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

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

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

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

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

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

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

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