#291219

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

Shades of Rustic Red #291219

Tints of Rustic Red #291219

Color information

#291219 (or 0x291219) is unknown color: approx Rustic Red. HEX triplet: 29, 12 and 19. RGB value is (41,18,25). Sum of RGB (Red+Green+Blue) = 41+18+25=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291219 is #D6EDE6. Grayscale: #191919. Windows color (decimal): -14085607 or 1643049. OLE color: 1643049.

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

Color convert

RGB411825-
CMYK00.560.390.84
HSL341.74º38.98%11.57%-
HSV(B)341.74º56.1%16.08%-
XYZ1.310.971.04-
YUV25.68127.62138.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 48.81%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=48.81%
G=21.43%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41182500.560.390.84341.7438.9811.57
Hex291219038275415627c
Octal512231070471245264714
Binary1010011001011001011100010011110101001010101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291219; }

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

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

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

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

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

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

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

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