Html Css Color HEX #290F19 Rustic Red

📋 copy color: '#290F19'

red 41 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #290F19

Tints of Rustic Red #290F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 50.62%
G = 18.52%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.84

RGB Variations

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

Color information

#290F19 (or 0x290F19) is known color: Rustic Red. HEX triplet: 29, 0F and 19. RGB value is (41,15,25). Sum of RGB (Red+Green+Blue) = 41+15+25=81 (10% of max value = 765). Red value is 41 (16.41% from 255 or 50.62% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 41 - color contains mainly: red. Hex color #290F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F19 is #D6F0E6. Grayscale: #171717. Windows color (decimal): -14086375 or 1642281. OLE color: 1642281.

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

Color convert

RGB 41 15 25 -
CMYK 0 0.63 0.39 0.84
HSL 336.92º 0.46% 0.11% -
HSV(B) 336.92º 0.63% 0.16% -
XYZ 1.26 0.88 1.02 -
YUV 23.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 41 15 25 0 0.63 0.39 0.84 336.92 0.46 0.11
Hex 29 F 19 0 3F 27 54 151 2E B
Octal 51 17 31 0 77 47 124 521 56 13
Binary 101001 1111 11001 0 111111 100111 1010100 101010001 101110 1011

Color Harmonies of #290F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F19

Black with #290F19

Text Example


Text Example

White with #290F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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