Html Css Color HEX #290F10 Rustic Red

📋 copy color: '#290F10'

red 41 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #290F10

Tints of Rustic Red #290F10

RGB

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

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

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

R = 56.94%
G = 20.83%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.84

RGB Variations

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

Color information

#290F10 (or 0x290F10) is known color: Rustic Red. HEX triplet: 29, 0F and 10. RGB value is (41,15,16). Sum of RGB (Red+Green+Blue) = 41+15+16=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #290F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F10 is #D6F0EF. Grayscale: #161616. Windows color (decimal): -14086384 or 1052457. OLE color: 1052457.

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

Color convert

RGB 41 15 16 -
CMYK 0 0.63 0.61 0.84
HSL 357.69º 0.46% 0.11% -
HSV(B) 357.69º 0.63% 0.16% -
XYZ 1.18 0.85 0.59 -
YUV 22.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 41 15 16 0 0.63 0.61 0.84 357.69 0.46 0.11
Hex 29 F 10 0 3F 3D 54 166 2E B
Octal 51 17 20 0 77 75 124 546 56 13
Binary 101001 1111 10000 0 111111 111101 1010100 101100110 101110 1011

Color Harmonies of #290F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F10

Black with #290F10

Text Example


Text Example

White with #290F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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