#290911

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

Shades of Rustic Red #290911

Tints of Rustic Red #290911

Color information

#290911 (or 0x290911) is unknown color: approx Rustic Red. HEX triplet: 29, 09 and 11. RGB value is (41,9,17). Sum of RGB (Red+Green+Blue) = 41+9+17=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #290911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290911 is #D6F6EE. Grayscale: #131313. Windows color (decimal): -14087919 or 1116457. OLE color: 1116457.

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

Color convert

RGB41917-
CMYK00.780.590.84
HSL345º64%9.8%-
HSV(B)345º78.05%16.08%-
XYZ1.110.710.61-
YUV19.48126.6143.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 61.19%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 17 (7.03% from 255) = 25.37%
R=61.19%
G=13.43%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4191700.780.590.84345649.8
Hex2991104E3B5415940a
Octal51112101167312453110012
Binary10100110011000101001110111011101010010101100110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290911; }

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

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

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

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

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

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

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

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