Html Css Color HEX #29060A Rustic Red

📋 copy color: '#29060A'

red 41 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #29060A

Tints of Rustic Red #29060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.53%

 BLUE value IS 10 (4.3% from 255) = 17.54%

R = 71.93%
G = 10.53%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.84

RGB Variations

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

Color information

#29060A (or 0x29060A) is known color: Rustic Red. HEX triplet: 29, 06 and 0A. RGB value is (41,6,10). Sum of RGB (Red+Green+Blue) = 41+6+10=57 (7% of max value = 765). Red value is 41 (16.41% from 255 or 71.93% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 41 - color contains mainly: red. Hex color #29060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060A is #D6F9F5. Grayscale: #101010. Windows color (decimal): -14088694 or 656937. OLE color: 656937.

HSL color Cylindrical-coordinate representation of color #29060A: hue angle of 353.14º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29060A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 6 10 -
CMYK 0 0.85 0.76 0.84
HSL 353.14º 0.74% 0.09% -
HSV(B) 353.14º 0.85% 0.16% -
XYZ 1.03 0.62 0.35 -
YUV 16.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 41 6 10 0 0.85 0.76 0.84 353.14 0.74 0.09
Hex 29 6 A 0 55 4C 54 161 4A 9
Octal 51 6 12 0 125 114 124 541 112 11
Binary 101001 110 1010 0 1010101 1001100 1010100 101100001 1001010 1001

Color Harmonies of #29060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29060A

Black with #29060A

Text Example


Text Example

White with #29060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,6,10); }

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

background-color css

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

 a { background-color: rgb(41,6,10); }

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

border-color css

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

 span { border-color: rgb(41,6,10); }

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