#291819

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

Shades of Rustic Red #291819

Tints of Rustic Red #291819

Color information

#291819 (or 0x291819) is unknown color: approx Rustic Red. HEX triplet: 29, 18 and 19. RGB value is (41,24,25). Sum of RGB (Red+Green+Blue) = 41+24+25=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291819 is #D6E7E6. Grayscale: #1D1D1D. Windows color (decimal): -14084071 or 1644585. OLE color: 1644585.

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

Color convert

RGB412425-
CMYK00.410.390.84
HSL356.47º26.15%12.75%-
HSV(B)356.47º41.46%16.08%-
XYZ1.421.191.08-
YUV29.2125.63136.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 45.56%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=45.56%
G=26.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41242500.410.390.84356.4726.1512.75
Hex29181902927541641ad
Octal513031051471245443215
Binary101001110001100101010011001111010100101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291819; }

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

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

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

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

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

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

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

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