Html Css Color HEX #291518 Rustic Red

📋 copy color: '#291518'

red 41 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #291518

Tints of Rustic Red #291518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

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

R = 47.67%
G = 24.42%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#291518 (or 0x291518) is known color: Rustic Red. HEX triplet: 29, 15 and 18. RGB value is (41,21,24). Sum of RGB (Red+Green+Blue) = 41+21+24=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291518 is #D6EAE7. Grayscale: #1B1B1B. Windows color (decimal): -14084840 or 1578281. OLE color: 1578281.

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

Color convert

RGB 41 21 24 -
CMYK 0 0.49 0.41 0.84
HSL 351º 0.32% 0.12% -
HSV(B) 351º 0.49% 0.16% -
XYZ 1.35 1.07 1 -
YUV 27.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 41 21 24 0 0.49 0.41 0.84 351 0.32 0.12
Hex 29 15 18 0 31 29 54 15F 20 C
Octal 51 25 30 0 61 51 124 537 40 14
Binary 101001 10101 11000 0 110001 101001 1010100 101011111 100000 1100

Color Harmonies of #291518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291518

Black with #291518

Text Example


Text Example

White with #291518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291518; }

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

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

background-color css

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

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

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

border-color css

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

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

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