#291016

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

Shades of Rustic Red #291016

Tints of Rustic Red #291016

Color information

#291016 (or 0x291016) is unknown color: approx Rustic Red. HEX triplet: 29, 10 and 16. RGB value is (41,16,22). Sum of RGB (Red+Green+Blue) = 41+16+22=79 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.90% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 41 - color contains mainly: red. Hex color #291016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291016 is #D6EFE9. Grayscale: #181818. Windows color (decimal): -14086122 or 1445929. OLE color: 1445929.

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

Color convert

RGB411622-
CMYK00.610.460.84
HSL345.6º43.86%11.18%-
HSV(B)345.6º60.98%16.08%-
XYZ1.240.90.87-
YUV24.16126.78140.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 51.90%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=51.90%
G=20.25%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41162200.610.460.84345.643.8611.18
Hex29101603D2E5415a2cb
Octal512026075561245325413
Binary1010011000010110011110110111010101001010110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291016; }

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

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

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

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

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

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

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

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