Html Css Color HEX #291318 Rustic Red

📋 copy color: '#291318'

red 41 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #291318

Tints of Rustic Red #291318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 28.57%

R = 48.81%
G = 22.62%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#291318 (or 0x291318) is known color: Rustic Red. HEX triplet: 29, 13 and 18. RGB value is (41,19,24). Sum of RGB (Red+Green+Blue) = 41+19+24=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291318 is #D6ECE7. Grayscale: #1A1A1A. Windows color (decimal): -14085352 or 1577769. OLE color: 1577769.

HSL color Cylindrical-coordinate representation of color #291318: hue angle of 346.36º 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 #291318 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 19 24 -
CMYK 0 0.54 0.41 0.84
HSL 346.36º 0.37% 0.12% -
HSV(B) 346.36º 0.54% 0.16% -
XYZ 1.31 1 0.99 -
YUV 26.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 41 19 24 0 0.54 0.41 0.84 346.36 0.37 0.12
Hex 29 13 18 0 36 29 54 15A 25 C
Octal 51 23 30 0 66 51 124 532 45 14
Binary 101001 10011 11000 0 110110 101001 1010100 101011010 100101 1100

Color Harmonies of #291318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291318

Black with #291318

Text Example


Text Example

White with #291318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291318; }

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

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

background-color css

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

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

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

border-color css

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

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

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