Html Css Color HEX #29191C Rustic Red

📋 copy color: '#29191C'

red 41 ◦ green 25 ◦ blue 28

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

Shades of Rustic Red #29191C

Tints of Rustic Red #29191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.6%

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

R = 43.62%
G = 26.6%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#29191C (or 0x29191C) is known color: Rustic Red. HEX triplet: 29, 19 and 1C. RGB value is (41,25,28). Sum of RGB (Red+Green+Blue) = 41+25+28=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #29191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191C is #D6E6E3. Grayscale: #1E1E1E. Windows color (decimal): -14083812 or 1841449. OLE color: 1841449.

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

Color convert

RGB 41 25 28 -
CMYK 0 0.39 0.32 0.84
HSL 348.75º 0.24% 0.13% -
HSV(B) 348.75º 0.39% 0.16% -
XYZ 1.47 1.25 1.26 -
YUV 30.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 41 25 28 0 0.39 0.32 0.84 348.75 0.24 0.13
Hex 29 19 1C 0 27 20 54 15D 18 D
Octal 51 31 34 0 47 40 124 535 30 15
Binary 101001 11001 11100 0 100111 100000 1010100 101011101 11000 1101

Color Harmonies of #29191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29191C

Black with #29191C

Text Example


Text Example

White with #29191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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