#291519

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

Shades of Rustic Red #291519

Tints of Rustic Red #291519

Color information

#291519 (or 0x291519) is unknown color: approx Rustic Red. HEX triplet: 29, 15 and 19. RGB value is (41,21,25). Sum of RGB (Red+Green+Blue) = 41+21+25=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291519 is #D6EAE6. Grayscale: #1B1B1B. Windows color (decimal): -14084839 or 1643817. OLE color: 1643817.

HSL color Cylindrical-coordinate representation of color #291519: hue angle of 348º 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 #291519 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.84.

Color convert

RGB412125-
CMYK00.490.390.84
HSL348º32.26%12.16%-
HSV(B)348º48.78%16.08%-
XYZ1.361.081.06-
YUV27.44126.63137.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 47.13%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=47.13%
G=24.14%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41212500.490.390.8434832.2612.16
Hex291519031275415c20c
Octal512531061471245344014
Binary1010011010111001011000110011110101001010111001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291519; }

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

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

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

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

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

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

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

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