#290F16

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

Shades of Rustic Red #290F16

Tints of Rustic Red #290F16

Color information

#290F16 (or 0x290F16) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 16. RGB value is (41,15,22). Sum of RGB (Red+Green+Blue) = 41+15+22=78 (10% of max value = 765). Red value is 41 (16.41% from 255 or 52.56% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 41 - color contains mainly: red. Hex color #290F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F16 is #D6F0E9. Grayscale: #171717. Windows color (decimal): -14086378 or 1445673. OLE color: 1445673.

HSL color Cylindrical-coordinate representation of color #290F16: hue angle of 343.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F16 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.84.

Color convert

RGB411522-
CMYK00.630.460.84
HSL343.85º46.43%10.98%-
HSV(B)343.85º63.41%16.08%-
XYZ1.230.870.86-
YUV23.57127.11140.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 52.56%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=52.56%
G=19.23%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41152200.630.460.84343.8546.4310.98
Hex29F1603F2E541582eb
Octal511726077561245305613
Binary101001111110110011111110111010101001010110001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F16; }

 p { color: rgb(41,15,22); }

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

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

 a { background-color: rgb(41,15,22); }

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

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

 span { border-color: rgb(41,15,22); }

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