#290910

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

Shades of Rustic Red #290910

Tints of Rustic Red #290910

Color information

#290910 (or 0x290910) is unknown color: approx Rustic Red. HEX triplet: 29, 09 and 10. RGB value is (41,9,16). Sum of RGB (Red+Green+Blue) = 41+9+16=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290910 is #D6F6EF. Grayscale: #131313. Windows color (decimal): -14087920 or 1050921. OLE color: 1050921.

HSL color Cylindrical-coordinate representation of color #290910: hue angle of 346.88º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #290910 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB41916-
CMYK00.780.610.84
HSL346.88º64%9.8%-
HSV(B)346.88º78.05%16.08%-
XYZ1.110.70.57-
YUV19.37126.1143.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 62.12%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=62.12%
G=13.64%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4191600.780.610.84346.88649.8
Hex2991004E3D5415b40a
Octal51112001167512453310012
Binary10100110011000001001110111101101010010101101110000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290910; }

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

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

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

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

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

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

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

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