Html Css Color HEX #290613 Rustic Red

📋 copy color: '#290613'

red 41 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #290613

Tints of Rustic Red #290613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.09%

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

R = 62.12%
G = 9.09%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290613 (or 0x290613) is known color: Rustic Red. HEX triplet: 29, 06 and 13. RGB value is (41,6,19). Sum of RGB (Red+Green+Blue) = 41+6+19=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290613 is #D6F9EC. Grayscale: #111111. Windows color (decimal): -14088685 or 1246761. OLE color: 1246761.

HSL color Cylindrical-coordinate representation of color #290613: hue angle of 337.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290613 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 6 19 -
CMYK 0 0.85 0.54 0.84
HSL 337.71º 0.74% 0.09% -
HSV(B) 337.71º 0.85% 0.16% -
XYZ 1.1 0.65 0.68 -
YUV 17.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 41 6 19 0 0.85 0.54 0.84 337.71 0.74 0.09
Hex 29 6 13 0 55 36 54 152 4A 9
Octal 51 6 23 0 125 66 124 522 112 11
Binary 101001 110 10011 0 1010101 110110 1010100 101010010 1001010 1001

Color Harmonies of #290613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290613

Black with #290613

Text Example


Text Example

White with #290613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290613; }

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

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

background-color css

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

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

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

border-color css

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

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

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