Html Css Color HEX #291018 Rustic Red

📋 copy color: '#291018'

red 41 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #291018

Tints of Rustic Red #291018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.75%

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

R = 50.62%
G = 19.75%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#291018 (or 0x291018) is known color: Rustic Red. HEX triplet: 29, 10 and 18. RGB value is (41,16,24). Sum of RGB (Red+Green+Blue) = 41+16+24=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #291018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291018 is #D6EFE7. Grayscale: #181818. Windows color (decimal): -14086120 or 1577001. OLE color: 1577001.

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

Color convert

RGB 41 16 24 -
CMYK 0 0.61 0.41 0.84
HSL 340.8º 0.44% 0.11% -
HSV(B) 340.8º 0.61% 0.16% -
XYZ 1.26 0.91 0.97 -
YUV 24.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 41 16 24 0 0.61 0.41 0.84 340.8 0.44 0.11
Hex 29 10 18 0 3D 29 54 155 2C B
Octal 51 20 30 0 75 51 124 525 54 13
Binary 101001 10000 11000 0 111101 101001 1010100 101010101 101100 1011

Color Harmonies of #291018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291018

Black with #291018

Text Example


Text Example

White with #291018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291018; }

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

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

background-color css

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

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

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

border-color css

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

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

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