#11040B

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

Shades of Rustic Red #11040B

Tints of Rustic Red #11040B

Color information

#11040B (or 0x11040B) is unknown color: approx Rustic Red. HEX triplet: 11, 04 and 0B. RGB value is (17,4,11). Sum of RGB (Red+Green+Blue) = 17+4+11=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11040B is #EEFBF4. Grayscale: #080808. Windows color (decimal): -15662069 or 721937. OLE color: 721937.

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

Color convert

RGB17411-
CMYK00.760.350.93
HSL327.69º61.9%4.12%-
HSV(B)327.69º76.47%6.67%-
XYZ0.330.230.34-
YUV8.68129.31133.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 53.12%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=53.12%
G=12.5%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1741100.760.350.93327.6961.94.12
Hex114B04C235D1483e4
Octal21413011443135510764
Binary100011001011010011001000111011101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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