Html Css Color HEX #291013 Rustic Red

📋 copy color: '#291013'

red 41 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #291013

Tints of Rustic Red #291013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 53.95%
G = 21.05%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#291013 (or 0x291013) is known color: Rustic Red. HEX triplet: 29, 10 and 13. RGB value is (41,16,19). Sum of RGB (Red+Green+Blue) = 41+16+19=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #291013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291013 is #D6EFEC. Grayscale: #171717. Windows color (decimal): -14086125 or 1249321. OLE color: 1249321.

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

Color convert

RGB 41 16 19 -
CMYK 0 0.61 0.54 0.84
HSL 352.8º 0.44% 0.11% -
HSV(B) 352.8º 0.61% 0.16% -
XYZ 1.22 0.89 0.72 -
YUV 23.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 41 16 19 0 0.61 0.54 0.84 352.8 0.44 0.11
Hex 29 10 13 0 3D 36 54 161 2C B
Octal 51 20 23 0 75 66 124 541 54 13
Binary 101001 10000 10011 0 111101 110110 1010100 101100001 101100 1011

Color Harmonies of #291013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291013

Black with #291013

Text Example


Text Example

White with #291013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291013; }

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

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

background-color css

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

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

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

border-color css

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

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

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