Html Css Color HEX #290F18 Rustic Red

📋 copy color: '#290F18'

red 41 ◦ green 15 ◦ blue 24

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

Shades of Rustic Red #290F18

Tints of Rustic Red #290F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 30%

R = 51.25%
G = 18.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.84

RGB Variations

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

Color information

#290F18 (or 0x290F18) is known color: Rustic Red. HEX triplet: 29, 0F and 18. RGB value is (41,15,24). Sum of RGB (Red+Green+Blue) = 41+15+24=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #290F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F18 is #D6F0E7. Grayscale: #171717. Windows color (decimal): -14086376 or 1576745. OLE color: 1576745.

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

Color convert

RGB 41 15 24 -
CMYK 0 0.63 0.41 0.84
HSL 339.23º 0.46% 0.11% -
HSV(B) 339.23º 0.63% 0.16% -
XYZ 1.25 0.88 0.97 -
YUV 23.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 41 15 24 0 0.63 0.41 0.84 339.23 0.46 0.11
Hex 29 F 18 0 3F 29 54 153 2E B
Octal 51 17 30 0 77 51 124 523 56 13
Binary 101001 1111 11000 0 111111 101001 1010100 101010011 101110 1011

Color Harmonies of #290F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F18

Black with #290F18

Text Example


Text Example

White with #290F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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