#291618

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

Shades of Rustic Red #291618

Tints of Rustic Red #291618

Color information

#291618 (or 0x291618) is unknown color: approx Rustic Red. HEX triplet: 29, 16 and 18. RGB value is (41,22,24). Sum of RGB (Red+Green+Blue) = 41+22+24=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291618 is #D6E9E7. Grayscale: #1B1B1B. Windows color (decimal): -14084584 or 1578537. OLE color: 1578537.

HSL color Cylindrical-coordinate representation of color #291618: hue angle of 353.68º 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 #291618 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB412224-
CMYK00.460.410.84
HSL353.68º30.16%12.35%-
HSV(B)353.68º46.34%16.08%-
XYZ1.371.111.01-
YUV27.91125.79137.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=47.13%
G=25.29%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41222400.460.410.84353.6830.1612.35
Hex29161802E29541621ec
Octal512630056511245423614
Binary101001101101100001011101010011010100101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291618; }

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

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

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

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

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

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

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

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