Html Css Color HEX #291217 Rustic Red

📋 copy color: '#291217'

red 41 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #291217

Tints of Rustic Red #291217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.95%

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

R = 50%
G = 21.95%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#291217 (or 0x291217) is known color: Rustic Red. HEX triplet: 29, 12 and 17. RGB value is (41,18,23). Sum of RGB (Red+Green+Blue) = 41+18+23=82 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 41 - color contains mainly: red. Hex color #291217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291217 is #D6EDE8. Grayscale: #191919. Windows color (decimal): -14085609 or 1511977. OLE color: 1511977.

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

Color convert

RGB 41 18 23 -
CMYK 0 0.56 0.44 0.84
HSL 346.96º 0.39% 0.12% -
HSV(B) 346.96º 0.56% 0.16% -
XYZ 1.29 0.97 0.93 -
YUV 25.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 41 18 23 0 0.56 0.44 0.84 346.96 0.39 0.12
Hex 29 12 17 0 38 2C 54 15B 27 C
Octal 51 22 27 0 70 54 124 533 47 14
Binary 101001 10010 10111 0 111000 101100 1010100 101011011 100111 1100

Color Harmonies of #291217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291217

Black with #291217

Text Example


Text Example

White with #291217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291217; }

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

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

background-color css

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

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

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

border-color css

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

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

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