Html Css Color HEX #290912 Rustic Red

📋 copy color: '#290912'

red 41 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #290912

Tints of Rustic Red #290912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.24%

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

R = 60.29%
G = 13.24%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#290912 (or 0x290912) is known color: Rustic Red. HEX triplet: 29, 09 and 12. RGB value is (41,9,18). Sum of RGB (Red+Green+Blue) = 41+9+18=68 (9% of max value = 765). Red value is 41 (16.41% from 255 or 60.29% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 41 - color contains mainly: red. Hex color #290912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290912 is #D6F6ED. Grayscale: #131313. Windows color (decimal): -14087918 or 1181993. OLE color: 1181993.

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

Color convert

RGB 41 9 18 -
CMYK 0 0.78 0.56 0.84
HSL 343.13º 0.64% 0.1% -
HSV(B) 343.13º 0.78% 0.16% -
XYZ 1.12 0.71 0.65 -
YUV 19.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 41 9 18 0 0.78 0.56 0.84 343.13 0.64 0.1
Hex 29 9 12 0 4E 38 54 157 40 A
Octal 51 11 22 0 116 70 124 527 100 12
Binary 101001 1001 10010 0 1001110 111000 1010100 101010111 1000000 1010

Color Harmonies of #290912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290912

Black with #290912

Text Example


Text Example

White with #290912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290912; }

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

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

background-color css

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

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

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

border-color css

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

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

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