#11070A

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

Shades of Rustic Red #11070A

Tints of Rustic Red #11070A

Color information

#11070A (or 0x11070A) is unknown color: approx Rustic Red. HEX triplet: 11, 07 and 0A. RGB value is (17,7,10). Sum of RGB (Red+Green+Blue) = 17+7+10=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #11070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070A is #EEF8F5. Grayscale: #0A0A0A. Windows color (decimal): -15661302 or 657169. OLE color: 657169.

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

Color convert

RGB17710-
CMYK00.590.410.93
HSL342º41.67%4.71%-
HSV(B)342º58.82%6.67%-
XYZ0.360.290.32-
YUV10.33127.81132.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 20.59%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=50%
G=20.59%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1771000.590.410.9334241.674.71
Hex117A03B295D1562a5
Octal2171207351135526525
Binary10001111101001110111010011011101101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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