Html Css Color HEX #290813 Rustic Red

📋 copy color: '#290813'

red 41 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #290813

Tints of Rustic Red #290813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.76%

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

R = 60.29%
G = 11.76%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290813 (or 0x290813) is known color: Rustic Red. HEX triplet: 29, 08 and 13. RGB value is (41,8,19). Sum of RGB (Red+Green+Blue) = 41+8+19=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290813 is #D6F7EC. Grayscale: #131313. Windows color (decimal): -14088173 or 1247273. OLE color: 1247273.

HSL color Cylindrical-coordinate representation of color #290813: hue angle of 340º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290813 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 8 19 -
CMYK 0 0.80 0.54 0.84
HSL 340º 0.67% 0.1% -
HSV(B) 340º 0.8% 0.16% -
XYZ 1.12 0.69 0.69 -
YUV 19.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 41 8 19 0 0.80 0.54 0.84 340 0.67 0.1
Hex 29 8 13 0 50 36 54 154 43 A
Octal 51 10 23 0 120 66 124 524 103 12
Binary 101001 1000 10011 0 1010000 110110 1010100 101010100 1000011 1010

Color Harmonies of #290813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290813

Black with #290813

Text Example


Text Example

White with #290813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290813; }

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

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

background-color css

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

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

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

border-color css

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

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

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