Html Css Color HEX #290413 Rustic Red

📋 copy color: '#290413'

red 41 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #290413

Tints of Rustic Red #290413

RGB

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

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

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

R = 64.06%
G = 6.25%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290413 (or 0x290413) is known color: Rustic Red. HEX triplet: 29, 04 and 13. RGB value is (41,4,19). Sum of RGB (Red+Green+Blue) = 41+4+19=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290413 is #D6FBEC. Grayscale: #101010. Windows color (decimal): -14089197 or 1246249. OLE color: 1246249.

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

Color convert

RGB 41 4 19 -
CMYK 0 0.90 0.54 0.84
HSL 335.68º 0.82% 0.09% -
HSV(B) 335.68º 0.9% 0.16% -
XYZ 1.08 0.61 0.68 -
YUV 16.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 41 4 19 0 0.90 0.54 0.84 335.68 0.82 0.09
Hex 29 4 13 0 5A 36 54 150 52 9
Octal 51 4 23 0 132 66 124 520 122 11
Binary 101001 100 10011 0 1011010 110110 1010100 101010000 1010010 1001

Color Harmonies of #290413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290413

Black with #290413

Text Example


Text Example

White with #290413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290413; }

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

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

background-color css

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

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

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

border-color css

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

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

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