Html Css Color HEX #290414 Rustic Red

📋 copy color: '#290414'

red 41 ◦ green 4 ◦ blue 20

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

Shades of Rustic Red #290414

Tints of Rustic Red #290414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

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

R = 63.08%
G = 6.15%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#290414 (or 0x290414) is known color: Rustic Red. HEX triplet: 29, 04 and 14. RGB value is (41,4,20). Sum of RGB (Red+Green+Blue) = 41+4+20=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290414 is #D6FBEB. Grayscale: #101010. Windows color (decimal): -14089196 or 1311785. OLE color: 1311785.

HSL color Cylindrical-coordinate representation of color #290414: hue angle of 334.05º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290414 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 4 20 -
CMYK 0 0.90 0.51 0.84
HSL 334.05º 0.82% 0.09% -
HSV(B) 334.05º 0.9% 0.16% -
XYZ 1.08 0.61 0.72 -
YUV 16.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 41 4 20 0 0.90 0.51 0.84 334.05 0.82 0.09
Hex 29 4 14 0 5A 33 54 14E 52 9
Octal 51 4 24 0 132 63 124 516 122 11
Binary 101001 100 10100 0 1011010 110011 1010100 101001110 1010010 1001

Color Harmonies of #290414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290414

Black with #290414

Text Example


Text Example

White with #290414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290414; }

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

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

background-color css

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

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

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

border-color css

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

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

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