#11070C

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

Shades of Rustic Red #11070C

Tints of Rustic Red #11070C

Color information

#11070C (or 0x11070C) is unknown color: approx Rustic Red. HEX triplet: 11, 07 and 0C. RGB value is (17,7,12). Sum of RGB (Red+Green+Blue) = 17+7+12=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070C is #EEF8F3. Grayscale: #0A0A0A. Windows color (decimal): -15661300 or 788241. OLE color: 788241.

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

Color convert

RGB17712-
CMYK00.590.290.93
HSL330º41.67%4.71%-
HSV(B)330º58.82%6.67%-
XYZ0.370.30.39-
YUV10.56128.81132.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 47.22%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=47.22%
G=19.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1771200.590.290.9333041.674.71
Hex117C03B1D5D14a2a5
Octal2171407335135512525
Binary1000111111000111011111011011101101001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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