#290011

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

Shades of Rustic Red #290011

Tints of Rustic Red #290011

Color information

#290011 (or 0x290011) is unknown color: approx Rustic Red. HEX triplet: 29, 00 and 11. RGB value is (41,0,17). Sum of RGB (Red+Green+Blue) = 41+0+17=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #290011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290011 is #D6FFEE. Grayscale: #0E0E0E. Windows color (decimal): -14090223 or 1114153. OLE color: 1114153.

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

Color convert

RGB41017-
CMYK010.590.84
HSL335.12º100%8.04%-
HSV(B)335.12º100%16.08%-
XYZ1.020.510.58-
YUV14.2129.58147.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=70.69%
G=0%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41017010.590.84335.121008.04
Hex290110643B5414f648
Octal5102101447312451714410
Binary10100101000101100100111011101010010100111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290011; }

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

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

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

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

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

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

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

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