#291718

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

Shades of Rustic Red #291718

Tints of Rustic Red #291718

Color information

#291718 (or 0x291718) is unknown color: approx Rustic Red. HEX triplet: 29, 17 and 18. RGB value is (41,23,24). Sum of RGB (Red+Green+Blue) = 41+23+24=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291718 is #D6E8E7. Grayscale: #1C1C1C. Windows color (decimal): -14084328 or 1578793. OLE color: 1578793.

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

Color convert

RGB412324-
CMYK00.440.410.84
HSL356.67º28.12%12.55%-
HSV(B)356.67º43.9%16.08%-
XYZ1.391.151.01-
YUV28.5125.46136.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 24 (9.77% from 255) = 27.27%
R=46.59%
G=26.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41232400.440.410.84356.6728.1212.55
Hex29171802C29541651cd
Octal512730054511245453415
Binary101001101111100001011001010011010100101100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291718; }

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

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

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

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

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

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

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

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