Html Css Color HEX #290512 Rustic Red

📋 copy color: '#290512'

red 41 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #290512

Tints of Rustic Red #290512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.81%

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

R = 64.06%
G = 7.81%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290512 (or 0x290512) is known color: Rustic Red. HEX triplet: 29, 05 and 12. RGB value is (41,5,18). Sum of RGB (Red+Green+Blue) = 41+5+18=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #290512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290512 is #D6FAED. Grayscale: #111111. Windows color (decimal): -14088942 or 1180969. OLE color: 1180969.

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

Color convert

RGB 41 5 18 -
CMYK 0 0.88 0.56 0.84
HSL 338.33º 0.78% 0.09% -
HSV(B) 338.33º 0.88% 0.16% -
XYZ 1.08 0.62 0.64 -
YUV 17.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 41 5 18 0 0.88 0.56 0.84 338.33 0.78 0.09
Hex 29 5 12 0 58 38 54 152 4E 9
Octal 51 5 22 0 130 70 124 522 116 11
Binary 101001 101 10010 0 1011000 111000 1010100 101010010 1001110 1001

Color Harmonies of #290512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290512

Black with #290512

Text Example


Text Example

White with #290512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290512; }

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

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

background-color css

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

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

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

border-color css

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

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

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