#110708

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

Shades of Rustic Red #110708

Tints of Rustic Red #110708

Color information

#110708 (or 0x110708) is unknown color: approx Rustic Red. HEX triplet: 11, 07 and 08. RGB value is (17,7,8). Sum of RGB (Red+Green+Blue) = 17+7+8=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110708 is #EEF8F7. Grayscale: #0A0A0A. Windows color (decimal): -15661304 or 526097. OLE color: 526097.

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

Color convert

RGB1778-
CMYK00.590.530.93
HSL354º41.67%4.71%-
HSV(B)354º58.82%6.67%-
XYZ0.350.290.27-
YUV10.1126.81132.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 8 (3.52% from 255) = 25%
R=53.12%
G=21.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal177800.590.530.9335441.674.71
Hex117803B355D1622a5
Octal2171007365135542525
Binary10001111100001110111101011011101101100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110708; }

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

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

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

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

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

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

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

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