Html Css Color HEX #290311 Rustic Red

📋 copy color: '#290311'

red 41 ◦ green 3 ◦ blue 17

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

Shades of Rustic Red #290311

Tints of Rustic Red #290311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.92%

 BLUE value IS 17 (7.03% from 255) = 27.87%

R = 67.21%
G = 4.92%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#290311 (or 0x290311) is known color: Rustic Red. HEX triplet: 29, 03 and 11. RGB value is (41,3,17). Sum of RGB (Red+Green+Blue) = 41+3+17=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #290311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290311 is #D6FCEE. Grayscale: #0F0F0F. Windows color (decimal): -14089455 or 1114921. OLE color: 1114921.

HSL color Cylindrical-coordinate representation of color #290311: hue angle of 337.89º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290311 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 3 17 -
CMYK 0 0.93 0.59 0.84
HSL 337.89º 0.86% 0.09% -
HSV(B) 337.89º 0.93% 0.16% -
XYZ 1.05 0.58 0.59 -
YUV 15.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 41 3 17 0 0.93 0.59 0.84 337.89 0.86 0.09
Hex 29 3 11 0 5D 3B 54 152 56 9
Octal 51 3 21 0 135 73 124 522 126 11
Binary 101001 11 10001 0 1011101 111011 1010100 101010010 1010110 1001

Color Harmonies of #290311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290311

Black with #290311

Text Example


Text Example

White with #290311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290311; }

 p { color: rgb(41,3,17); }

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

background-color css

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

 a { background-color: rgb(41,3,17); }

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

border-color css

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

 span { border-color: rgb(41,3,17); }

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