#290F14

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

Shades of Rustic Red #290F14

Tints of Rustic Red #290F14

Color information

#290F14 (or 0x290F14) is unknown color: approx Rustic Red. HEX triplet: 29, 0F and 14. RGB value is (41,15,20). Sum of RGB (Red+Green+Blue) = 41+15+20=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F14 is #D6F0EB. Grayscale: #171717. Windows color (decimal): -14086380 or 1314601. OLE color: 1314601.

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

Color convert

RGB411520-
CMYK00.630.510.84
HSL348.46º46.43%10.98%-
HSV(B)348.46º63.41%16.08%-
XYZ1.210.860.76-
YUV23.34126.11140.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=53.95%
G=19.74%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41152000.630.510.84348.4646.4310.98
Hex29F1403F335415c2eb
Octal511724077631245345613
Binary101001111110100011111111001110101001010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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