#290104

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

Shades of Rustic Red #290104

Tints of Rustic Red #290104

Color information

#290104 (or 0x290104) is unknown color: approx Rustic Red. HEX triplet: 29, 01 and 04. RGB value is (41,1,4). Sum of RGB (Red+Green+Blue) = 41+1+4=46 (6% of max value = 765). Red value is 41 (16.41% from 255 or 89.13% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 41 - color contains mainly: red. Hex color #290104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290104 is #D6FEFB. Grayscale: #0D0D0D. Windows color (decimal): -14089980 or 262441. OLE color: 262441.

HSL color Cylindrical-coordinate representation of color #290104: hue angle of 355.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290104 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB4114-
CMYK00.980.900.84
HSL355.5º95.24%8.24%-
HSV(B)355.5º97.56%16.08%-
XYZ0.950.50.16-
YUV13.3122.75147.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 89.13%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=89.13%
G=2.17%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal411400.980.900.84355.595.248.24
Hex29140625A541645f8
Octal5114014213212454413710
Binary1010011100011000101011010101010010110010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290104; }

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

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

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

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

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

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

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

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