#110407

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

Shades of Rustic Red #110407

Tints of Rustic Red #110407

Color information

#110407 (or 0x110407) is unknown color: approx Rustic Red. HEX triplet: 11, 04 and 07. RGB value is (17,4,7). Sum of RGB (Red+Green+Blue) = 17+4+7=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110407 is #EEFBF8. Grayscale: #080808. Windows color (decimal): -15662073 or 459793. OLE color: 459793.

HSL color Cylindrical-coordinate representation of color #110407: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110407 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.93.

Color convert

RGB1747-
CMYK00.760.590.93
HSL346.15º61.9%4.12%-
HSV(B)346.15º76.47%6.67%-
XYZ0.310.220.23-
YUV8.23127.31134.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 7 (3.12% from 255) = 25%
R=60.71%
G=14.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174700.760.590.93346.1561.94.12
Hex114704C3B5D15a3e4
Octal2147011473135532764
Binary10001100111010011001110111011101101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110407; }

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

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

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

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

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

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

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

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