#291518

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

Shades of Rustic Red #291518

Tints of Rustic Red #291518

Color information

#291518 (or 0x291518) is unknown color: approx Rustic Red. HEX triplet: 29, 15 and 18. RGB value is (41,21,24). Sum of RGB (Red+Green+Blue) = 41+21+24=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291518 is #D6EAE7. Grayscale: #1B1B1B. Windows color (decimal): -14084840 or 1578281. OLE color: 1578281.

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

Color convert

RGB412124-
CMYK00.490.410.84
HSL351º32.26%12.16%-
HSV(B)351º48.78%16.08%-
XYZ1.351.071-
YUV27.32126.13137.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.67%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 24 (9.77% from 255) = 27.91%
R=47.67%
G=24.42%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212400.490.410.8435132.2612.16
Hex291518031295415f20c
Octal512530061511245374014
Binary1010011010111000011000110100110101001010111111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291518; }

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

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

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

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

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

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

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

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