Html Css Color HEX #291B1C Rustic Red

📋 copy color: '#291B1C'

red 41 ◦ green 27 ◦ blue 28

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

Shades of Rustic Red #291B1C

Tints of Rustic Red #291B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 42.71%
G = 28.13%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.84

RGB Variations

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

Color information

#291B1C (or 0x291B1C) is known color: Rustic Red. HEX triplet: 29, 1B and 1C. RGB value is (41,27,28). Sum of RGB (Red+Green+Blue) = 41+27+28=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B1C is #D6E4E3. Grayscale: #1F1F1F. Windows color (decimal): -14083300 or 1841961. OLE color: 1841961.

HSL color Cylindrical-coordinate representation of color #291B1C: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291B1C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 27 28 -
CMYK 0 0.34 0.32 0.84
HSL 355.71º 0.21% 0.13% -
HSV(B) 355.71º 0.34% 0.16% -
XYZ 1.52 1.34 1.28 -
YUV 31.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 41 27 28 0 0.34 0.32 0.84 355.71 0.21 0.13
Hex 29 1B 1C 0 22 20 54 164 15 D
Octal 51 33 34 0 42 40 124 544 25 15
Binary 101001 11011 11100 0 100010 100000 1010100 101100100 10101 1101

Color Harmonies of #291B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B1C

Black with #291B1C

Text Example


Text Example

White with #291B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291B1C; }

 p { color: rgb(41,27,28); }

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

background-color css

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

 a { background-color: rgb(41,27,28); }

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

border-color css

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

 span { border-color: rgb(41,27,28); }

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