#290611

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

Shades of Rustic Red #290611

Tints of Rustic Red #290611

Color information

#290611 (or 0x290611) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 11. RGB value is (41,6,17). Sum of RGB (Red+Green+Blue) = 41+6+17=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290611 is #D6F9EE. Grayscale: #111111. Windows color (decimal): -14088687 or 1115689. OLE color: 1115689.

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

Color convert

RGB41617-
CMYK00.850.590.84
HSL341.14º74.47%9.22%-
HSV(B)341.14º85.37%16.08%-
XYZ1.080.640.6-
YUV17.72127.6144.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 64.06%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=64.06%
G=9.38%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4161700.850.590.84341.1474.479.22
Hex296110553B541554a9
Octal5162101257312452511211
Binary1010011101000101010101111011101010010101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290611; }

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

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

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

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

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

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

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

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