Html Css Color HEX #290410 Rustic Red

📋 copy color: '#290410'

red 41 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #290410

Tints of Rustic Red #290410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 26.23%

R = 67.21%
G = 6.56%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#290410 (or 0x290410) is known color: Rustic Red. HEX triplet: 29, 04 and 10. RGB value is (41,4,16). Sum of RGB (Red+Green+Blue) = 41+4+16=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #290410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290410 is #D6FBEF. Grayscale: #101010. Windows color (decimal): -14089200 or 1049641. OLE color: 1049641.

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

Color convert

RGB 41 4 16 -
CMYK 0 0.90 0.61 0.84
HSL 340.54º 0.82% 0.09% -
HSV(B) 340.54º 0.9% 0.16% -
XYZ 1.05 0.6 0.55 -
YUV 16.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 41 4 16 0 0.90 0.61 0.84 340.54 0.82 0.09
Hex 29 4 10 0 5A 3D 54 155 52 9
Octal 51 4 20 0 132 75 124 525 122 11
Binary 101001 100 10000 0 1011010 111101 1010100 101010101 1010010 1001

Color Harmonies of #290410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290410

Black with #290410

Text Example


Text Example

White with #290410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290410; }

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

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

background-color css

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

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

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

border-color css

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

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

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