Html Css Color HEX #291113 Rustic Red

📋 copy color: '#291113'

red 41 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #291113

Tints of Rustic Red #291113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.08%

 BLUE value IS 19 (7.81% from 255) = 24.68%

R = 53.25%
G = 22.08%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291113 (or 0x291113) is known color: Rustic Red. HEX triplet: 29, 11 and 13. RGB value is (41,17,19). Sum of RGB (Red+Green+Blue) = 41+17+19=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #291113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291113 is #D6EEEC. Grayscale: #181818. Windows color (decimal): -14085869 or 1249577. OLE color: 1249577.

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

Color convert

RGB 41 17 19 -
CMYK 0 0.59 0.54 0.84
HSL 355º 0.41% 0.11% -
HSV(B) 355º 0.59% 0.16% -
XYZ 1.23 0.92 0.73 -
YUV 24.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 41 17 19 0 0.59 0.54 0.84 355 0.41 0.11
Hex 29 11 13 0 3B 36 54 163 29 B
Octal 51 21 23 0 73 66 124 543 51 13
Binary 101001 10001 10011 0 111011 110110 1010100 101100011 101001 1011

Color Harmonies of #291113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291113

Black with #291113

Text Example


Text Example

White with #291113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291113; }

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

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

background-color css

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

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

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

border-color css

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

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

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