Html Css Color HEX #291317 Rustic Red

📋 copy color: '#291317'

red 41 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #291317

Tints of Rustic Red #291317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.89%

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

R = 49.4%
G = 22.89%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#291317 (or 0x291317) is known color: Rustic Red. HEX triplet: 29, 13 and 17. RGB value is (41,19,23). Sum of RGB (Red+Green+Blue) = 41+19+23=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291317 is #D6ECE8. Grayscale: #1A1A1A. Windows color (decimal): -14085353 or 1512233. OLE color: 1512233.

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

Color convert

RGB 41 19 23 -
CMYK 0 0.54 0.44 0.84
HSL 349.09º 0.37% 0.12% -
HSV(B) 349.09º 0.54% 0.16% -
XYZ 1.3 1 0.93 -
YUV 26.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 41 19 23 0 0.54 0.44 0.84 349.09 0.37 0.12
Hex 29 13 17 0 36 2C 54 15D 25 C
Octal 51 23 27 0 66 54 124 535 45 14
Binary 101001 10011 10111 0 110110 101100 1010100 101011101 100101 1100

Color Harmonies of #291317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291317

Black with #291317

Text Example


Text Example

White with #291317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291317; }

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

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

background-color css

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

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

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

border-color css

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

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

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