Html Css Color HEX #290E14 Rustic Red

📋 copy color: '#290E14'

red 41 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #290E14

Tints of Rustic Red #290E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.67%

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

R = 54.67%
G = 18.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#290E14 (or 0x290E14) is known color: Rustic Red. HEX triplet: 29, 0E and 14. RGB value is (41,14,20). Sum of RGB (Red+Green+Blue) = 41+14+20=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E14 is #D6F1EB. Grayscale: #161616. Windows color (decimal): -14086636 or 1314345. OLE color: 1314345.

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

Color convert

RGB 41 14 20 -
CMYK 0 0.66 0.51 0.84
HSL 346.67º 0.49% 0.11% -
HSV(B) 346.67º 0.66% 0.16% -
XYZ 1.2 0.84 0.76 -
YUV 22.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 41 14 20 0 0.66 0.51 0.84 346.67 0.49 0.11
Hex 29 E 14 0 42 33 54 15B 31 B
Octal 51 16 24 0 102 63 124 533 61 13
Binary 101001 1110 10100 0 1000010 110011 1010100 101011011 110001 1011

Color Harmonies of #290E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E14

Black with #290E14

Text Example


Text Example

White with #290E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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