Html Css Color HEX #290412 Rustic Red

📋 copy color: '#290412'

red 41 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #290412

Tints of Rustic Red #290412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 28.57%

R = 65.08%
G = 6.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290412 (or 0x290412) is known color: Rustic Red. HEX triplet: 29, 04 and 12. RGB value is (41,4,18). Sum of RGB (Red+Green+Blue) = 41+4+18=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290412 is #D6FBED. Grayscale: #101010. Windows color (decimal): -14089198 or 1180713. OLE color: 1180713.

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

Color convert

RGB 41 4 18 -
CMYK 0 0.90 0.56 0.84
HSL 337.3º 0.82% 0.09% -
HSV(B) 337.3º 0.9% 0.16% -
XYZ 1.07 0.6 0.63 -
YUV 16.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 41 4 18 0 0.90 0.56 0.84 337.3 0.82 0.09
Hex 29 4 12 0 5A 38 54 151 52 9
Octal 51 4 22 0 132 70 124 521 122 11
Binary 101001 100 10010 0 1011010 111000 1010100 101010001 1010010 1001

Color Harmonies of #290412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290412

Black with #290412

Text Example


Text Example

White with #290412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290412; }

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

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

background-color css

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

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

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

border-color css

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

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

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