#290D16

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

Shades of Rustic Red #290D16

Tints of Rustic Red #290D16

Color information

#290D16 (or 0x290D16) is unknown color: approx Rustic Red. HEX triplet: 29, 0D and 16. RGB value is (41,13,22). Sum of RGB (Red+Green+Blue) = 41+13+22=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D16 is #D6F2E9. Grayscale: #161616. Windows color (decimal): -14086890 or 1445161. OLE color: 1445161.

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

Color convert

RGB411322-
CMYK00.680.460.84
HSL340.71º51.85%10.59%-
HSV(B)340.71º68.29%16.08%-
XYZ1.20.820.85-
YUV22.4127.78141.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 53.95%
GREEN value IS 13 (5.47% from 255) = 17.11%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=53.95%
G=17.11%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41132200.680.460.84340.7151.8510.59
Hex29D160442E5415534b
Octal5115260104561245256413
Binary1010011101101100100010010111010101001010101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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