Html Css Color HEX #290F11 Rustic Red

📋 copy color: '#290F11'

red 41 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #290F11

Tints of Rustic Red #290F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.55%

 BLUE value IS 17 (7.03% from 255) = 23.29%

R = 56.16%
G = 20.55%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.84

RGB Variations

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

Color information

#290F11 (or 0x290F11) is known color: Rustic Red. HEX triplet: 29, 0F and 11. RGB value is (41,15,17). Sum of RGB (Red+Green+Blue) = 41+15+17=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #290F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F11 is #D6F0EE. Grayscale: #171717. Windows color (decimal): -14086383 or 1117993. OLE color: 1117993.

HSL color Cylindrical-coordinate representation of color #290F11: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F11 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 15 17 -
CMYK 0 0.63 0.59 0.84
HSL 355.38º 0.46% 0.11% -
HSV(B) 355.38º 0.63% 0.16% -
XYZ 1.19 0.85 0.63 -
YUV 23 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 41 15 17 0 0.63 0.59 0.84 355.38 0.46 0.11
Hex 29 F 11 0 3F 3B 54 163 2E B
Octal 51 17 21 0 77 73 124 543 56 13
Binary 101001 1111 10001 0 111111 111011 1010100 101100011 101110 1011

Color Harmonies of #290F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F11

Black with #290F11

Text Example


Text Example

White with #290F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290F11; }

 p { color: rgb(41,15,17); }

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

background-color css

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

 a { background-color: rgb(41,15,17); }

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

border-color css

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

 span { border-color: rgb(41,15,17); }

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