#291218

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

Shades of Rustic Red #291218

Tints of Rustic Red #291218

Color information

#291218 (or 0x291218) is unknown color: approx Rustic Red. HEX triplet: 29, 12 and 18. RGB value is (41,18,24). Sum of RGB (Red+Green+Blue) = 41+18+24=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291218 is #D6EDE7. Grayscale: #191919. Windows color (decimal): -14085608 or 1577513. OLE color: 1577513.

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

Color convert

RGB411824-
CMYK00.560.410.84
HSL344.35º38.98%11.57%-
HSV(B)344.35º56.1%16.08%-
XYZ1.30.970.98-
YUV25.56127.12139.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 24 (9.77% from 255) = 28.92%
R=49.40%
G=21.69%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41182400.560.410.84344.3538.9811.57
Hex291218038295415827c
Octal512230070511245304714
Binary1010011001011000011100010100110101001010110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291218; }

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

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

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

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

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

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

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

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