#290F10

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

Shades of Rustic Red #290F10

Tints of Rustic Red #290F10

Color information

#290F10 (or 0x290F10) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 10. RGB value is (41,15,16). Sum of RGB (Red+Green+Blue) = 41+15+16=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #290F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F10 is #D6F0EF. Grayscale: #161616. Windows color (decimal): -14086384 or 1052457. OLE color: 1052457.

HSL color Cylindrical-coordinate representation of color #290F10: hue angle of 357.69º 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 #290F10 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.84.

Color convert

RGB411516-
CMYK00.630.610.84
HSL357.69º46.43%10.98%-
HSV(B)357.69º63.41%16.08%-
XYZ1.180.850.59-
YUV22.89124.11140.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.94%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=56.94%
G=20.83%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41151600.630.610.84357.6946.4310.98
Hex29F1003F3D541662eb
Octal511720077751245465613
Binary101001111110000011111111110110101001011001101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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