Html Css Color HEX #290611 Rustic Red

📋 copy color: '#290611'

red 41 ◦ green 6 ◦ blue 17

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

Shades of Rustic Red #290611

Tints of Rustic Red #290611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 26.56%

R = 64.06%
G = 9.38%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#290611 (or 0x290611) is known color: Rustic Red. HEX triplet: 29, 06 and 11. RGB value is (41,6,17). Sum of RGB (Red+Green+Blue) = 41+6+17=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290611 is #D6F9EE. Grayscale: #111111. Windows color (decimal): -14088687 or 1115689. OLE color: 1115689.

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

Color convert

RGB 41 6 17 -
CMYK 0 0.85 0.59 0.84
HSL 341.14º 0.74% 0.09% -
HSV(B) 341.14º 0.85% 0.16% -
XYZ 1.08 0.64 0.6 -
YUV 17.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 41 6 17 0 0.85 0.59 0.84 341.14 0.74 0.09
Hex 29 6 11 0 55 3B 54 155 4A 9
Octal 51 6 21 0 125 73 124 525 112 11
Binary 101001 110 10001 0 1010101 111011 1010100 101010101 1001010 1001

Color Harmonies of #290611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290611

Black with #290611

Text Example


Text Example

White with #290611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290611; }

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

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

background-color css

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

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

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

border-color css

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

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

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