Html Css Color HEX #29060B Rustic Red

📋 copy color: '#29060B'

red 41 ◦ green 6 ◦ blue 11

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

Shades of Rustic Red #29060B

Tints of Rustic Red #29060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 70.69%
G = 10.34%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#29060B (or 0x29060B) is known color: Rustic Red. HEX triplet: 29, 06 and 0B. RGB value is (41,6,11). Sum of RGB (Red+Green+Blue) = 41+6+11=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060B is #D6F9F4. Grayscale: #111111. Windows color (decimal): -14088693 or 722473. OLE color: 722473.

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

Color convert

RGB 41 6 11 -
CMYK 0 0.85 0.73 0.84
HSL 351.43º 0.74% 0.09% -
HSV(B) 351.43º 0.85% 0.16% -
XYZ 1.04 0.63 0.38 -
YUV 17.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 41 6 11 0 0.85 0.73 0.84 351.43 0.74 0.09
Hex 29 6 B 0 55 49 54 15F 4A 9
Octal 51 6 13 0 125 111 124 537 112 11
Binary 101001 110 1011 0 1010101 1001001 1010100 101011111 1001010 1001

Color Harmonies of #29060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29060B

Black with #29060B

Text Example


Text Example

White with #29060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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