#290F11

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

Shades of Rustic Red #290F11

Tints of Rustic Red #290F11

Color information

#290F11 (or 0x290F11) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 11. RGB value is (41,15,17). Sum of RGB (Red+Green+Blue) = 41+15+17=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F11 is #D6F0EE. Grayscale: #171717. Windows color (decimal): -14086383 or 1117993. OLE color: 1117993.

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

Color convert

RGB411517-
CMYK00.630.590.84
HSL355.38º46.43%10.98%-
HSV(B)355.38º63.41%16.08%-
XYZ1.190.850.63-
YUV23124.61140.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 56.16%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=56.16%
G=20.55%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41151700.630.590.84355.3846.4310.98
Hex29F1103F3B541632eb
Octal511721077731245435613
Binary101001111110001011111111101110101001011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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