Html Css Color HEX #291517 Rustic Red

📋 copy color: '#291517'

red 41 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #291517

Tints of Rustic Red #291517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

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

R = 48.24%
G = 24.71%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#291517 (or 0x291517) is known color: Rustic Red. HEX triplet: 29, 15 and 17. RGB value is (41,21,23). Sum of RGB (Red+Green+Blue) = 41+21+23=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291517 is #D6EAE8. Grayscale: #1B1B1B. Windows color (decimal): -14084841 or 1512745. OLE color: 1512745.

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

Color convert

RGB 41 21 23 -
CMYK 0 0.49 0.44 0.84
HSL 354º 0.32% 0.12% -
HSV(B) 354º 0.49% 0.16% -
XYZ 1.34 1.07 0.95 -
YUV 27.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 41 21 23 0 0.49 0.44 0.84 354 0.32 0.12
Hex 29 15 17 0 31 2C 54 162 20 C
Octal 51 25 27 0 61 54 124 542 40 14
Binary 101001 10101 10111 0 110001 101100 1010100 101100010 100000 1100

Color Harmonies of #291517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291517

Black with #291517

Text Example


Text Example

White with #291517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291517; }

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

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

background-color css

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

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

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

border-color css

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

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

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