Html Css Color HEX #29181C Rustic Red

📋 copy color: '#29181C'

red 41 ◦ green 24 ◦ blue 28

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

Shades of Rustic Red #29181C

Tints of Rustic Red #29181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.81%

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 44.09%
G = 25.81%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#29181C (or 0x29181C) is known color: Rustic Red. HEX triplet: 29, 18 and 1C. RGB value is (41,24,28). Sum of RGB (Red+Green+Blue) = 41+24+28=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #29181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29181C is #D6E7E3. Grayscale: #1D1D1D. Windows color (decimal): -14084068 or 1841193. OLE color: 1841193.

HSL color Cylindrical-coordinate representation of color #29181C: hue angle of 345.88º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29181C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 24 28 -
CMYK 0 0.41 0.32 0.84
HSL 345.88º 0.26% 0.13% -
HSV(B) 345.88º 0.41% 0.16% -
XYZ 1.45 1.21 1.26 -
YUV 29.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 41 24 28 0 0.41 0.32 0.84 345.88 0.26 0.13
Hex 29 18 1C 0 29 20 54 15A 1A D
Octal 51 30 34 0 51 40 124 532 32 15
Binary 101001 11000 11100 0 101001 100000 1010100 101011010 11010 1101

Color Harmonies of #29181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29181C

Black with #29181C

Text Example


Text Example

White with #29181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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