#291619

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

Shades of Rustic Red #291619

Tints of Rustic Red #291619

Color information

#291619 (or 0x291619) is unknown color: approx Rustic Red. HEX triplet: 29, 16 and 19. RGB value is (41,22,25). Sum of RGB (Red+Green+Blue) = 41+22+25=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291619 is #D6E9E6. Grayscale: #1C1C1C. Windows color (decimal): -14084583 or 1644073. OLE color: 1644073.

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

Color convert

RGB412225-
CMYK00.460.390.84
HSL350.53º30.16%12.35%-
HSV(B)350.53º46.34%16.08%-
XYZ1.381.121.06-
YUV28.02126.29137.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=46.59%
G=25%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41222500.460.390.84350.5330.1612.35
Hex29161902E275415f1ec
Octal512631056471245373614
Binary101001101101100101011101001111010100101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291619; }

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

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

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

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

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

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

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

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