Html Css Color HEX #29131A Rustic Red

📋 copy color: '#29131A'

red 41 ◦ green 19 ◦ blue 26

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

Shades of Rustic Red #29131A

Tints of Rustic Red #29131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

 BLUE value IS 26 (10.55% from 255) = 30.23%

R = 47.67%
G = 22.09%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#29131A (or 0x29131A) is known color: Rustic Red. HEX triplet: 29, 13 and 1A. RGB value is (41,19,26). Sum of RGB (Red+Green+Blue) = 41+19+26=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #29131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29131A is #D6ECE5. Grayscale: #1A1A1A. Windows color (decimal): -14085350 or 1708841. OLE color: 1708841.

HSL color Cylindrical-coordinate representation of color #29131A: hue angle of 340.91º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29131A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 26 -
CMYK 0 0.54 0.37 0.84
HSL 340.91º 0.37% 0.12% -
HSV(B) 340.91º 0.54% 0.16% -
XYZ 1.33 1.01 1.1 -
YUV 26.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 41 19 26 0 0.54 0.37 0.84 340.91 0.37 0.12
Hex 29 13 1A 0 36 25 54 155 25 C
Octal 51 23 32 0 66 45 124 525 45 14
Binary 101001 10011 11010 0 110110 100101 1010100 101010101 100101 1100

Color Harmonies of #29131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29131A

Black with #29131A

Text Example


Text Example

White with #29131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29131A; }

 p { color: rgb(41,19,26); }

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

background-color css

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

 a { background-color: rgb(41,19,26); }

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

border-color css

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

 span { border-color: rgb(41,19,26); }

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