#110508

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

Shades of Rustic Red #110508

Tints of Rustic Red #110508

Color information

#110508 (or 0x110508) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 08. RGB value is (17,5,8). Sum of RGB (Red+Green+Blue) = 17+5+8=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110508 is #EEFAF7. Grayscale: #080808. Windows color (decimal): -15661816 or 525585. OLE color: 525585.

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

Color convert

RGB1758-
CMYK00.710.530.93
HSL345º54.55%4.31%-
HSV(B)345º70.59%6.67%-
XYZ0.330.250.26-
YUV8.93127.48133.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 56.67%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=56.67%
G=16.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal175800.710.530.9334554.554.31
Hex1158047355D159374
Octal21510010765135531674
Binary100011011000010001111101011011101101011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110508; }

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

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

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

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

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

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

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

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