Html Css Color HEX #29060F Rustic Red

📋 copy color: '#29060F'

red 41 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #29060F

Tints of Rustic Red #29060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 24.19%

R = 66.13%
G = 9.68%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#29060F (or 0x29060F) is known color: Rustic Red. HEX triplet: 29, 06 and 0F. RGB value is (41,6,15). Sum of RGB (Red+Green+Blue) = 41+6+15=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #29060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060F is #D6F9F0. Grayscale: #111111. Windows color (decimal): -14088689 or 984617. OLE color: 984617.

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

Color convert

RGB 41 6 15 -
CMYK 0 0.85 0.63 0.84
HSL 344.57º 0.74% 0.09% -
HSV(B) 344.57º 0.85% 0.16% -
XYZ 1.07 0.64 0.52 -
YUV 17.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 41 6 15 0 0.85 0.63 0.84 344.57 0.74 0.09
Hex 29 6 F 0 55 3F 54 159 4A 9
Octal 51 6 17 0 125 77 124 531 112 11
Binary 101001 110 1111 0 1010101 111111 1010100 101011001 1001010 1001

Color Harmonies of #29060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29060F

Black with #29060F

Text Example


Text Example

White with #29060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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