#291418

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

Shades of Rustic Red #291418

Tints of Rustic Red #291418

Color information

#291418 (or 0x291418) is unknown color: approx Rustic Red. HEX triplet: 29, 14 and 18. RGB value is (41,20,24). Sum of RGB (Red+Green+Blue) = 41+20+24=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291418 is #D6EBE7. Grayscale: #1A1A1A. Windows color (decimal): -14085096 or 1578025. OLE color: 1578025.

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

Color convert

RGB412024-
CMYK00.510.410.84
HSL348.57º34.43%11.96%-
HSV(B)348.57º51.22%16.08%-
XYZ1.331.040.99-
YUV26.74126.46138.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.24%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=48.24%
G=23.53%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41202400.510.410.84348.5734.4311.96
Hex291418033295415d22c
Octal512430063511245354214
Binary1010011010011000011001110100110101001010111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291418; }

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

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

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

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

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

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

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

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