#291116

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

Shades of Rustic Red #291116

Tints of Rustic Red #291116

Color information

#291116 (or 0x291116) is unknown color: approx Rustic Red. HEX triplet: 29, 11 and 16. RGB value is (41,17,22). Sum of RGB (Red+Green+Blue) = 41+17+22=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #291116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291116 is #D6EEE9. Grayscale: #181818. Windows color (decimal): -14085866 or 1446185. OLE color: 1446185.

HSL color Cylindrical-coordinate representation of color #291116: hue angle of 347.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291116 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB411722-
CMYK00.590.460.84
HSL347.5º41.38%11.37%-
HSV(B)347.5º58.54%16.08%-
XYZ1.260.930.87-
YUV24.75126.45139.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=51.25%
G=21.25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41172200.590.460.84347.541.3811.37
Hex29111603B2E5415c29b
Octal512126073561245345113
Binary1010011000110110011101110111010101001010111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291116; }

 p { color: rgb(41,17,22); }

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

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

 a { background-color: rgb(41,17,22); }

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

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

 span { border-color: rgb(41,17,22); }

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