Html Css Color HEX #291011 Rustic Red

📋 copy color: '#291011'

red 41 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #291011

Tints of Rustic Red #291011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.62%

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

R = 55.41%
G = 21.62%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#291011 (or 0x291011) is known color: Rustic Red. HEX triplet: 29, 10 and 11. RGB value is (41,16,17). Sum of RGB (Red+Green+Blue) = 41+16+17=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #291011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291011 is #D6EFEE. Grayscale: #171717. Windows color (decimal): -14086127 or 1118249. OLE color: 1118249.

HSL color Cylindrical-coordinate representation of color #291011: hue angle of 357.6º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #291011 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 16 17 -
CMYK 0 0.61 0.59 0.84
HSL 357.6º 0.44% 0.11% -
HSV(B) 357.6º 0.61% 0.16% -
XYZ 1.2 0.88 0.64 -
YUV 23.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 41 16 17 0 0.61 0.59 0.84 357.6 0.44 0.11
Hex 29 10 11 0 3D 3B 54 166 2C B
Octal 51 20 21 0 75 73 124 546 54 13
Binary 101001 10000 10001 0 111101 111011 1010100 101100110 101100 1011

Color Harmonies of #291011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291011

Black with #291011

Text Example


Text Example

White with #291011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291011; }

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

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

background-color css

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

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

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

border-color css

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

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

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