#290607

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

Shades of Rustic Red #290607

Tints of Rustic Red #290607

Color information

#290607 (or 0x290607) is unknown color: approx Rustic Red. HEX triplet: 29, 06 and 07. RGB value is (41,6,7). Sum of RGB (Red+Green+Blue) = 41+6+7=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290607 is #D6F9F8. Grayscale: #101010. Windows color (decimal): -14088697 or 460329. OLE color: 460329.

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

Color convert

RGB4167-
CMYK00.850.830.84
HSL358.29º74.47%9.22%-
HSV(B)358.29º85.37%16.08%-
XYZ1.020.620.27-
YUV16.58122.6145.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 75.93%
GREEN value IS 6 (2.73% from 255) = 11.11%
BLUE value IS 7 (3.12% from 255) = 12.96%
R=75.93%
G=11.11%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal416700.850.830.84358.2974.479.22
Hex296705553541664a9
Octal5167012512312454611211
Binary101001110111010101011010011101010010110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290607; }

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

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

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

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

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

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

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

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