Html Css Color HEX #290E12 Rustic Red

📋 copy color: '#290E12'

red 41 ◦ green 14 ◦ blue 18

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

Shades of Rustic Red #290E12

Tints of Rustic Red #290E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.66%

R = 56.16%
G = 19.18%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290E12 (or 0x290E12) is known color: Rustic Red. HEX triplet: 29, 0E and 12. RGB value is (41,14,18). Sum of RGB (Red+Green+Blue) = 41+14+18=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E12 is #D6F1ED. Grayscale: #161616. Windows color (decimal): -14086638 or 1183273. OLE color: 1183273.

HSL color Cylindrical-coordinate representation of color #290E12: hue angle of 351.11º 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 #290E12 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 14 18 -
CMYK 0 0.66 0.56 0.84
HSL 351.11º 0.49% 0.11% -
HSV(B) 351.11º 0.66% 0.16% -
XYZ 1.18 0.83 0.67 -
YUV 22.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 41 14 18 0 0.66 0.56 0.84 351.11 0.49 0.11
Hex 29 E 12 0 42 38 54 15F 31 B
Octal 51 16 22 0 102 70 124 537 61 13
Binary 101001 1110 10010 0 1000010 111000 1010100 101011111 110001 1011

Color Harmonies of #290E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E12

Black with #290E12

Text Example


Text Example

White with #290E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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