#110405

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

Shades of Rustic Red #110405

Tints of Rustic Red #110405

Color information

#110405 (or 0x110405) is unknown color: approx Rustic Red. HEX triplet: 11, 04 and 05. RGB value is (17,4,5). Sum of RGB (Red+Green+Blue) = 17+4+5=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110405 is #EEFBFA. Grayscale: #080808. Windows color (decimal): -15662075 or 328721. OLE color: 328721.

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

Color convert

RGB1745-
CMYK00.760.710.93
HSL355.38º61.9%4.12%-
HSV(B)355.38º76.47%6.67%-
XYZ0.30.220.17-
YUV8126.31134.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal174500.760.710.93355.3861.94.12
Hex114504C475D1633e4
Octal21450114107135543764
Binary100011001010100110010001111011101101100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110405; }

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

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

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

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

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

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

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

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