Html Css Color HEX #290411 Rustic Red

📋 copy color: '#290411'

red 41 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #290411

Tints of Rustic Red #290411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.45%

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

R = 66.13%
G = 6.45%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#290411 (or 0x290411) is known color: Rustic Red. HEX triplet: 29, 04 and 11. RGB value is (41,4,17). Sum of RGB (Red+Green+Blue) = 41+4+17=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #290411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290411 is #D6FBEE. Grayscale: #101010. Windows color (decimal): -14089199 or 1115177. OLE color: 1115177.

HSL color Cylindrical-coordinate representation of color #290411: hue angle of 338.92º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290411 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 4 17 -
CMYK 0 0.90 0.59 0.84
HSL 338.92º 0.82% 0.09% -
HSV(B) 338.92º 0.9% 0.16% -
XYZ 1.06 0.6 0.59 -
YUV 16.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 41 4 17 0 0.90 0.59 0.84 338.92 0.82 0.09
Hex 29 4 11 0 5A 3B 54 153 52 9
Octal 51 4 21 0 132 73 124 523 122 11
Binary 101001 100 10001 0 1011010 111011 1010100 101010011 1010010 1001

Color Harmonies of #290411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290411

Black with #290411

Text Example


Text Example

White with #290411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290411; }

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

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

background-color css

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

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

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

border-color css

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

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

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