#290711

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

Shades of Rustic Red #290711

Tints of Rustic Red #290711

Color information

#290711 (or 0x290711) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 11. RGB value is (41,7,17). Sum of RGB (Red+Green+Blue) = 41+7+17=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290711 is #D6F8EE. Grayscale: #121212. Windows color (decimal): -14088431 or 1115945. OLE color: 1115945.

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

Color convert

RGB41717-
CMYK00.830.590.84
HSL342.35º70.83%9.41%-
HSV(B)342.35º82.93%16.08%-
XYZ1.090.660.6-
YUV18.31127.26144.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 63.08%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=63.08%
G=10.77%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4171700.830.590.84342.3570.839.41
Hex297110533B54156479
Octal5172101237312452610711
Binary1010011111000101010011111011101010010101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290711; }

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

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

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

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

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

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

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

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