#290F15

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

Shades of Rustic Red #290F15

Tints of Rustic Red #290F15

Color information

#290F15 (or 0x290F15) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 15. RGB value is (41,15,21). Sum of RGB (Red+Green+Blue) = 41+15+21=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #290F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F15 is #D6F0EA. Grayscale: #171717. Windows color (decimal): -14086379 or 1380137. OLE color: 1380137.

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

Color convert

RGB411521-
CMYK00.630.490.84
HSL346.15º46.43%10.98%-
HSV(B)346.15º63.41%16.08%-
XYZ1.220.870.81-
YUV23.46126.61140.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.25%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=53.25%
G=19.48%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41152100.630.490.84346.1546.4310.98
Hex29F1503F315415a2eb
Octal511725077611245325613
Binary101001111110101011111111000110101001010110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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