Html Css Color HEX #291014 Rustic Red

📋 copy color: '#291014'

red 41 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #291014

Tints of Rustic Red #291014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20.78%

 BLUE value IS 20 (8.2% from 255) = 25.97%

R = 53.25%
G = 20.78%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#291014 (or 0x291014) is known color: Rustic Red. HEX triplet: 29, 10 and 14. RGB value is (41,16,20). Sum of RGB (Red+Green+Blue) = 41+16+20=77 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.25% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 41 - color contains mainly: red. Hex color #291014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291014 is #D6EFEB. Grayscale: #171717. Windows color (decimal): -14086124 or 1314857. OLE color: 1314857.

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

Color convert

RGB 41 16 20 -
CMYK 0 0.61 0.51 0.84
HSL 350.4º 0.44% 0.11% -
HSV(B) 350.4º 0.61% 0.16% -
XYZ 1.23 0.89 0.77 -
YUV 23.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 41 16 20 0 0.61 0.51 0.84 350.4 0.44 0.11
Hex 29 10 14 0 3D 33 54 15E 2C B
Octal 51 20 24 0 75 63 124 536 54 13
Binary 101001 10000 10100 0 111101 110011 1010100 101011110 101100 1011

Color Harmonies of #291014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291014

Black with #291014

Text Example


Text Example

White with #291014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291014; }

 p { color: rgb(41,16,20); }

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

background-color css

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

 a { background-color: rgb(41,16,20); }

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

border-color css

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

 span { border-color: rgb(41,16,20); }

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