Html Css Color HEX #290F13 Rustic Red

📋 copy color: '#290F13'

red 41 ◦ green 15 ◦ blue 19

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

Shades of Rustic Red #290F13

Tints of Rustic Red #290F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 54.67%
G = 20%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290F13 (or 0x290F13) is known color: Rustic Red. HEX triplet: 29, 0F and 13. RGB value is (41,15,19). Sum of RGB (Red+Green+Blue) = 41+15+19=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F13 is #D6F0EC. Grayscale: #171717. Windows color (decimal): -14086381 or 1249065. OLE color: 1249065.

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

Color convert

RGB 41 15 19 -
CMYK 0 0.63 0.54 0.84
HSL 350.77º 0.46% 0.11% -
HSV(B) 350.77º 0.63% 0.16% -
XYZ 1.2 0.86 0.72 -
YUV 23.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 41 15 19 0 0.63 0.54 0.84 350.77 0.46 0.11
Hex 29 F 13 0 3F 36 54 15F 2E B
Octal 51 17 23 0 77 66 124 537 56 13
Binary 101001 1111 10011 0 111111 110110 1010100 101011111 101110 1011

Color Harmonies of #290F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F13

Black with #290F13

Text Example


Text Example

White with #290F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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