Html Css Color HEX #290E13 Rustic Red

📋 copy color: '#290E13'

red 41 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #290E13

Tints of Rustic Red #290E13

RGB

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

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

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

R = 55.41%
G = 18.92%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290E13 (or 0x290E13) is known color: Rustic Red. HEX triplet: 29, 0E and 13. RGB value is (41,14,19). Sum of RGB (Red+Green+Blue) = 41+14+19=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #290E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E13 is #D6F1EC. Grayscale: #161616. Windows color (decimal): -14086637 or 1248809. OLE color: 1248809.

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

Color convert

RGB 41 14 19 -
CMYK 0 0.66 0.54 0.84
HSL 348.89º 0.49% 0.11% -
HSV(B) 348.89º 0.66% 0.16% -
XYZ 1.19 0.83 0.71 -
YUV 22.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 41 14 19 0 0.66 0.54 0.84 348.89 0.49 0.11
Hex 29 E 13 0 42 36 54 15D 31 B
Octal 51 16 23 0 102 66 124 535 61 13
Binary 101001 1110 10011 0 1000010 110110 1010100 101011101 110001 1011

Color Harmonies of #290E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E13

Black with #290E13

Text Example


Text Example

White with #290E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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