Html Css Color HEX #290F14 Rustic Red

📋 copy color: '#290F14'

red 41 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #290F14

Tints of Rustic Red #290F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 26.32%

R = 53.95%
G = 19.74%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#290F14 (or 0x290F14) is known color: Rustic Red. HEX triplet: 29, 0F and 14. RGB value is (41,15,20). Sum of RGB (Red+Green+Blue) = 41+15+20=76 (10% of max value = 765). Red value is 41 (16.41% from 255 or 53.95% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 41 - color contains mainly: red. Hex color #290F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F14 is #D6F0EB. Grayscale: #171717. Windows color (decimal): -14086380 or 1314601. OLE color: 1314601.

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

Color convert

RGB 41 15 20 -
CMYK 0 0.63 0.51 0.84
HSL 348.46º 0.46% 0.11% -
HSV(B) 348.46º 0.63% 0.16% -
XYZ 1.21 0.86 0.76 -
YUV 23.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 41 15 20 0 0.63 0.51 0.84 348.46 0.46 0.11
Hex 29 F 14 0 3F 33 54 15C 2E B
Octal 51 17 24 0 77 63 124 534 56 13
Binary 101001 1111 10100 0 111111 110011 1010100 101011100 101110 1011

Color Harmonies of #290F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F14

Black with #290F14

Text Example


Text Example

White with #290F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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