Html Css Color HEX #290811 Rustic Red

📋 copy color: '#290811'

red 41 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #290811

Tints of Rustic Red #290811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

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

R = 62.12%
G = 12.12%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#290811 (or 0x290811) is known color: Rustic Red. HEX triplet: 29, 08 and 11. RGB value is (41,8,17). Sum of RGB (Red+Green+Blue) = 41+8+17=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290811 is #D6F7EE. Grayscale: #121212. Windows color (decimal): -14088175 or 1116201. OLE color: 1116201.

HSL color Cylindrical-coordinate representation of color #290811: hue angle of 343.64º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290811 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 8 17 -
CMYK 0 0.80 0.59 0.84
HSL 343.64º 0.67% 0.1% -
HSV(B) 343.64º 0.8% 0.16% -
XYZ 1.1 0.69 0.6 -
YUV 18.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 41 8 17 0 0.80 0.59 0.84 343.64 0.67 0.1
Hex 29 8 11 0 50 3B 54 158 43 A
Octal 51 10 21 0 120 73 124 530 103 12
Binary 101001 1000 10001 0 1010000 111011 1010100 101011000 1000011 1010

Color Harmonies of #290811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290811

Black with #290811

Text Example


Text Example

White with #290811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290811; }

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

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

background-color css

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

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

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

border-color css

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

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

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