Html Css Color HEX #291619 Rustic Red

📋 copy color: '#291619'

red 41 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #291619

Tints of Rustic Red #291619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 46.59%
G = 25%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#291619 (or 0x291619) is known color: Rustic Red. HEX triplet: 29, 16 and 19. RGB value is (41,22,25). Sum of RGB (Red+Green+Blue) = 41+22+25=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #291619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291619 is #D6E9E6. Grayscale: #1C1C1C. Windows color (decimal): -14084583 or 1644073. OLE color: 1644073.

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

Color convert

RGB 41 22 25 -
CMYK 0 0.46 0.39 0.84
HSL 350.53º 0.3% 0.12% -
HSV(B) 350.53º 0.46% 0.16% -
XYZ 1.38 1.12 1.06 -
YUV 28.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 41 22 25 0 0.46 0.39 0.84 350.53 0.3 0.12
Hex 29 16 19 0 2E 27 54 15F 1E C
Octal 51 26 31 0 56 47 124 537 36 14
Binary 101001 10110 11001 0 101110 100111 1010100 101011111 11110 1100

Color Harmonies of #291619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291619

Black with #291619

Text Example


Text Example

White with #291619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291619; }

 p { color: rgb(41,22,25); }

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

background-color css

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

 a { background-color: rgb(41,22,25); }

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

border-color css

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

 span { border-color: rgb(41,22,25); }

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