#11050A

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

Shades of Rustic Red #11050A

Tints of Rustic Red #11050A

Color information

#11050A (or 0x11050A) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 0A. RGB value is (17,5,10). Sum of RGB (Red+Green+Blue) = 17+5+10=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050A is #EEFAF5. Grayscale: #090909. Windows color (decimal): -15661814 or 656657. OLE color: 656657.

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

Color convert

RGB17510-
CMYK00.710.410.93
HSL335º54.55%4.31%-
HSV(B)335º70.59%6.67%-
XYZ0.340.250.32-
YUV9.16128.48133.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=53.12%
G=15.62%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751000.710.410.9333554.554.31
Hex115A047295D14f374
Octal21512010751135517674
Binary100011011010010001111010011011101101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11050A; }

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

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

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

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

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

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

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

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