Html Css Color HEX #291417 Rustic Red

📋 copy color: '#291417'

red 41 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #291417

Tints of Rustic Red #291417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.81%

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

R = 48.81%
G = 23.81%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.84

RGB Variations

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

Color information

#291417 (or 0x291417) is known color: Rustic Red. HEX triplet: 29, 14 and 17. RGB value is (41,20,23). Sum of RGB (Red+Green+Blue) = 41+20+23=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291417 is #D6EBE8. Grayscale: #1A1A1A. Windows color (decimal): -14085097 or 1512489. OLE color: 1512489.

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

Color convert

RGB 41 20 23 -
CMYK 0 0.51 0.44 0.84
HSL 351.43º 0.34% 0.12% -
HSV(B) 351.43º 0.51% 0.16% -
XYZ 1.32 1.03 0.94 -
YUV 26.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 41 20 23 0 0.51 0.44 0.84 351.43 0.34 0.12
Hex 29 14 17 0 33 2C 54 15F 22 C
Octal 51 24 27 0 63 54 124 537 42 14
Binary 101001 10100 10111 0 110011 101100 1010100 101011111 100010 1100

Color Harmonies of #291417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291417

Black with #291417

Text Example


Text Example

White with #291417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291417; }

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

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

background-color css

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

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

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

border-color css

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

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

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