#291318

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

Shades of Rustic Red #291318

Tints of Rustic Red #291318

Color information

#291318 (or 0x291318) is unknown color: approx Rustic Red. HEX triplet: 29, 13 and 18. RGB value is (41,19,24). Sum of RGB (Red+Green+Blue) = 41+19+24=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291318 is #D6ECE7. Grayscale: #1A1A1A. Windows color (decimal): -14085352 or 1577769. OLE color: 1577769.

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

Color convert

RGB411924-
CMYK00.540.410.84
HSL346.36º36.67%11.76%-
HSV(B)346.36º53.66%16.08%-
XYZ1.3110.99-
YUV26.15126.79138.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=48.81%
G=22.62%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41192400.540.410.84346.3636.6711.76
Hex291318036295415a25c
Octal512330066511245324514
Binary1010011001111000011011010100110101001010110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291318; }

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

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

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

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

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

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

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

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