Html Css Color HEX #29060E Rustic Red

📋 copy color: '#29060E'

red 41 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #29060E

Tints of Rustic Red #29060E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.95%

R = 67.21%
G = 9.84%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#29060E (or 0x29060E) is known color: Rustic Red. HEX triplet: 29, 06 and 0E. RGB value is (41,6,14). Sum of RGB (Red+Green+Blue) = 41+6+14=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #29060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060E is #D6F9F1. Grayscale: #111111. Windows color (decimal): -14088690 or 919081. OLE color: 919081.

HSL color Cylindrical-coordinate representation of color #29060E: hue angle of 346.29º 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 #29060E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 6 14 -
CMYK 0 0.85 0.66 0.84
HSL 346.29º 0.74% 0.09% -
HSV(B) 346.29º 0.85% 0.16% -
XYZ 1.06 0.63 0.48 -
YUV 17.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 41 6 14 0 0.85 0.66 0.84 346.29 0.74 0.09
Hex 29 6 E 0 55 42 54 15A 4A 9
Octal 51 6 16 0 125 102 124 532 112 11
Binary 101001 110 1110 0 1010101 1000010 1010100 101011010 1001010 1001

Color Harmonies of #29060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29060E

Black with #29060E

Text Example


Text Example

White with #29060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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