#110607

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

Shades of Rustic Red #110607

Tints of Rustic Red #110607

Color information

#110607 (or 0x110607) is unknown color: approx Rustic Red. HEX triplet: 11, 06 and 07. RGB value is (17,6,7). Sum of RGB (Red+Green+Blue) = 17+6+7=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 7 (3.12% from 255 or 23.33% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110607 is #EEF9F8. Grayscale: #090909. Windows color (decimal): -15661561 or 460305. OLE color: 460305.

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

Color convert

RGB1767-
CMYK00.650.590.93
HSL354.55º47.83%4.51%-
HSV(B)354.55º64.71%6.67%-
XYZ0.330.260.23-
YUV9.4126.64133.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 7 (3.12% from 255) = 23.33%
R=56.67%
G=20%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal176700.650.590.93354.5547.834.51
Hex11670413B5D163305
Octal2167010173135543605
Binary10001110111010000011110111011101101100011110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110607; }

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

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

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

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

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

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

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

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