Html Css Color HEX #291418 Rustic Red

📋 copy color: '#291418'

red 41 ◦ green 20 ◦ blue 24

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

Shades of Rustic Red #291418

Tints of Rustic Red #291418

RGB

 RED value IS 41 (16.41% from 255) = 48.24%

 GREEN value IS 20 (8.2% from 255) = 23.53%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 48.24%
G = 23.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#291418 (or 0x291418) is known color: Rustic Red. HEX triplet: 29, 14 and 18. RGB value is (41,20,24). Sum of RGB (Red+Green+Blue) = 41+20+24=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291418 is #D6EBE7. Grayscale: #1A1A1A. Windows color (decimal): -14085096 or 1578025. OLE color: 1578025.

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

Color convert

RGB 41 20 24 -
CMYK 0 0.51 0.41 0.84
HSL 348.57º 0.34% 0.12% -
HSV(B) 348.57º 0.51% 0.16% -
XYZ 1.33 1.04 0.99 -
YUV 26.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 41 20 24 0 0.51 0.41 0.84 348.57 0.34 0.12
Hex 29 14 18 0 33 29 54 15D 22 C
Octal 51 24 30 0 63 51 124 535 42 14
Binary 101001 10100 11000 0 110011 101001 1010100 101011101 100010 1100

Color Harmonies of #291418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291418

Black with #291418

Text Example


Text Example

White with #291418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291418; }

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

 H1.HeaderClassName
 {
   color: #291418;
 }
 .AnyTagClassName
 {
   color: #291418;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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