#110008

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

Shades of Rustic Red #110008

Tints of Rustic Red #110008

Color information

#110008 (or 0x110008) is unknown color: approx Rustic Red. HEX triplet: 11, 00 and 08. RGB value is (17,0,8). Sum of RGB (Red+Green+Blue) = 17+0+8=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110008 is #EEFFF7. Grayscale: #050505. Windows color (decimal): -15663096 or 524305. OLE color: 524305.

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

Color convert

RGB1708-
CMYK010.530.93
HSL331.76º100%3.33%-
HSV(B)331.76º100%6.67%-
XYZ0.270.140.24-
YUV6129.13135.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 32%
R=68%
G=0%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1708010.530.93331.761003.33
Hex1108064355D14c643
Octal210100144651355141443
Binary1000101000011001001101011011101101001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110008; }

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

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

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

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

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

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

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

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