Html Css Color HEX #291319 Rustic Red

📋 copy color: '#291319'

red 41 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #291319

Tints of Rustic Red #291319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.35%

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

R = 48.24%
G = 22.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#291319 (or 0x291319) is known color: Rustic Red. HEX triplet: 29, 13 and 19. RGB value is (41,19,25). Sum of RGB (Red+Green+Blue) = 41+19+25=85 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.24% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 41 - color contains mainly: red. Hex color #291319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291319 is #D6ECE6. Grayscale: #1A1A1A. Windows color (decimal): -14085351 or 1643305. OLE color: 1643305.

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

Color convert

RGB 41 19 25 -
CMYK 0 0.54 0.39 0.84
HSL 343.64º 0.37% 0.12% -
HSV(B) 343.64º 0.54% 0.16% -
XYZ 1.32 1.01 1.04 -
YUV 26.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 41 19 25 0 0.54 0.39 0.84 343.64 0.37 0.12
Hex 29 13 19 0 36 27 54 158 25 C
Octal 51 23 31 0 66 47 124 530 45 14
Binary 101001 10011 11001 0 110110 100111 1010100 101011000 100101 1100

Color Harmonies of #291319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291319

Black with #291319

Text Example


Text Example

White with #291319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291319; }

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

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

background-color css

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

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

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

border-color css

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

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

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