Html Css Color HEX #291219 Rustic Red

📋 copy color: '#291219'

red 41 ◦ green 18 ◦ blue 25

#291219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #291219

Tints of Rustic Red #291219

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 value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#291219 (or 0x291219) is known color: 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

RGB 41 18 25 -
CMYK 0 0.56 0.39 0.84
HSL 341.74º 0.39% 0.12% -
HSV(B) 341.74º 0.56% 0.16% -
XYZ 1.31 0.97 1.04 -
YUV 25.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 41 18 25 0 0.56 0.39 0.84 341.74 0.39 0.12
Hex 29 12 19 0 38 27 54 156 27 C
Octal 51 22 31 0 70 47 124 526 47 14
Binary 101001 10010 11001 0 111000 100111 1010100 101010110 100111 1100

Color Harmonies of #291219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291219

Black with #291219

Text Example


Text Example

White with #291219

Text Example


Text Example

HTML Codes & Css Web 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>