Html Css Color HEX #291218 Rustic Red

📋 copy color: '#291218'

red 41 ◦ green 18 ◦ blue 24

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

Shades of Rustic Red #291218

Tints of Rustic Red #291218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 49.4%
G = 21.69%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#291218 (or 0x291218) is known color: Rustic Red. HEX triplet: 29, 12 and 18. RGB value is (41,18,24). Sum of RGB (Red+Green+Blue) = 41+18+24=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291218 is #D6EDE7. Grayscale: #191919. Windows color (decimal): -14085608 or 1577513. OLE color: 1577513.

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

Color convert

RGB 41 18 24 -
CMYK 0 0.56 0.41 0.84
HSL 344.35º 0.39% 0.12% -
HSV(B) 344.35º 0.56% 0.16% -
XYZ 1.3 0.97 0.98 -
YUV 25.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 41 18 24 0 0.56 0.41 0.84 344.35 0.39 0.12
Hex 29 12 18 0 38 29 54 158 27 C
Octal 51 22 30 0 70 51 124 530 47 14
Binary 101001 10010 11000 0 111000 101001 1010100 101011000 100111 1100

Color Harmonies of #291218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291218

Black with #291218

Text Example


Text Example

White with #291218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291218; }

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

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

background-color css

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

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

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

border-color css

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

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

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