#11070B

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

Shades of Rustic Red #11070B

Tints of Rustic Red #11070B

Color information

#11070B (or 0x11070B) is unknown color: approx Rustic Red. HEX triplet: 11, 07 and 0B. RGB value is (17,7,11). Sum of RGB (Red+Green+Blue) = 17+7+11=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070B is #EEF8F4. Grayscale: #0A0A0A. Windows color (decimal): -15661301 or 722705. OLE color: 722705.

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

Color convert

RGB17711-
CMYK00.590.350.93
HSL336º41.67%4.71%-
HSV(B)336º58.82%6.67%-
XYZ0.370.30.35-
YUV10.45128.31132.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 7 (3.12% from 255) = 20%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=48.57%
G=20%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1771100.590.350.9333641.674.71
Hex117B03B235D1502a5
Octal2171307343135520525
Binary10001111101101110111000111011101101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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