Html Css Color HEX #29151A Rustic Red

📋 copy color: '#29151A'

red 41 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #29151A

Tints of Rustic Red #29151A

RGB

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

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

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

R = 46.59%
G = 23.86%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#29151A (or 0x29151A) is known color: Rustic Red. HEX triplet: 29, 15 and 1A. RGB value is (41,21,26). Sum of RGB (Red+Green+Blue) = 41+21+26=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #29151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29151A is #D6EAE5. Grayscale: #1B1B1B. Windows color (decimal): -14084838 or 1709353. OLE color: 1709353.

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

Color convert

RGB 41 21 26 -
CMYK 0 0.49 0.37 0.84
HSL 345º 0.32% 0.12% -
HSV(B) 345º 0.49% 0.16% -
XYZ 1.37 1.08 1.11 -
YUV 27.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 41 21 26 0 0.49 0.37 0.84 345 0.32 0.12
Hex 29 15 1A 0 31 25 54 159 20 C
Octal 51 25 32 0 61 45 124 531 40 14
Binary 101001 10101 11010 0 110001 100101 1010100 101011001 100000 1100

Color Harmonies of #29151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29151A

Black with #29151A

Text Example


Text Example

White with #29151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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