Html Css Color HEX #291017 Rustic Red

📋 copy color: '#291017'

red 41 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #291017

Tints of Rustic Red #291017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 28.75%

R = 51.25%
G = 20%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#291017 (or 0x291017) is known color: Rustic Red. HEX triplet: 29, 10 and 17. RGB value is (41,16,23). Sum of RGB (Red+Green+Blue) = 41+16+23=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #291017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291017 is #D6EFE8. Grayscale: #181818. Windows color (decimal): -14086121 or 1511465. OLE color: 1511465.

HSL color Cylindrical-coordinate representation of color #291017: hue angle of 343.2º 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 #291017 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 16 23 -
CMYK 0 0.61 0.44 0.84
HSL 343.2º 0.44% 0.11% -
HSV(B) 343.2º 0.61% 0.16% -
XYZ 1.25 0.9 0.92 -
YUV 24.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 41 16 23 0 0.61 0.44 0.84 343.2 0.44 0.11
Hex 29 10 17 0 3D 2C 54 157 2C B
Octal 51 20 27 0 75 54 124 527 54 13
Binary 101001 10000 10111 0 111101 101100 1010100 101010111 101100 1011

Color Harmonies of #291017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291017

Black with #291017

Text Example


Text Example

White with #291017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291017; }

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

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

background-color css

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

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

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

border-color css

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

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

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