#291018

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

Shades of Rustic Red #291018

Tints of Rustic Red #291018

Color information

#291018 (or 0x291018) is unknown color: approx Rustic Red. HEX triplet: 29, 10 and 18. RGB value is (41,16,24). Sum of RGB (Red+Green+Blue) = 41+16+24=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291018 is #D6EFE7. Grayscale: #181818. Windows color (decimal): -14086120 or 1577001. OLE color: 1577001.

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

Color convert

RGB411624-
CMYK00.610.410.84
HSL340.8º43.86%11.18%-
HSV(B)340.8º60.98%16.08%-
XYZ1.260.910.97-
YUV24.39127.78139.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 50.62%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=50.62%
G=19.75%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41162400.610.410.84340.843.8611.18
Hex29101803D29541552cb
Octal512030075511245255413
Binary1010011000011000011110110100110101001010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291018; }

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

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

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

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

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

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

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

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