#290406

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

Shades of Rustic Red #290406

Tints of Rustic Red #290406

Color information

#290406 (or 0x290406) is unknown color: approx Rustic Red. HEX triplet: 29, 04 and 06. RGB value is (41,4,6). Sum of RGB (Red+Green+Blue) = 41+4+6=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 6 (2.73% from 255 or 11.76% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290406 is #D6FBF9. Grayscale: #0F0F0F. Windows color (decimal): -14089210 or 394281. OLE color: 394281.

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

Color convert

RGB4146-
CMYK00.900.850.84
HSL356.76º82.22%8.82%-
HSV(B)356.76º90.24%16.08%-
XYZ0.990.570.23-
YUV15.29122.76146.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 80.39%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 6 (2.73% from 255) = 11.76%
R=80.39%
G=7.84%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal414600.900.850.84356.7682.228.82
Hex294605A5554165529
Octal5146013212512454512211
Binary101001100110010110101010101101010010110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290406; }

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

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

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

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

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

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

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

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