#290709

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

Shades of Rustic Red #290709

Tints of Rustic Red #290709

Color information

#290709 (or 0x290709) is unknown color: approx Rustic Red. HEX triplet: 29, 07 and 09. RGB value is (41,7,9). Sum of RGB (Red+Green+Blue) = 41+7+9=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #290709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290709 is #D6F8F6. Grayscale: #111111. Windows color (decimal): -14088439 or 591657. OLE color: 591657.

HSL color Cylindrical-coordinate representation of color #290709: hue angle of 356.47º 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 #290709 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB4179-
CMYK00.830.780.84
HSL356.47º70.83%9.41%-
HSV(B)356.47º82.93%16.08%-
XYZ1.040.640.33-
YUV17.39123.26144.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 71.93%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=71.93%
G=12.28%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal417900.830.780.84356.4770.839.41
Hex29790534E54164479
Octal51711012311612454410711
Binary1010011111001010100111001110101010010110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290709; }

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

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

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

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

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

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

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

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