#291011

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

Shades of Rustic Red #291011

Tints of Rustic Red #291011

Color information

#291011 (or 0x291011) is unknown color: approx Rustic Red. HEX triplet: 29, 10 and 11. RGB value is (41,16,17). Sum of RGB (Red+Green+Blue) = 41+16+17=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #291011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291011 is #D6EFEE. Grayscale: #171717. Windows color (decimal): -14086127 or 1118249. OLE color: 1118249.

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

Color convert

RGB411617-
CMYK00.610.590.84
HSL357.6º43.86%11.18%-
HSV(B)357.6º60.98%16.08%-
XYZ1.20.880.64-
YUV23.59124.28140.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 55.41%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=55.41%
G=21.62%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41161700.610.590.84357.643.8611.18
Hex29101103D3B541662cb
Octal512021075731245465413
Binary1010011000010001011110111101110101001011001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291011; }

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

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

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

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

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

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

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

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