Html Css Color HEX #290515 Rustic Red

📋 copy color: '#290515'

red 41 ◦ green 5 ◦ blue 21

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

Shades of Rustic Red #290515

Tints of Rustic Red #290515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

 BLUE value IS 21 (8.59% from 255) = 31.34%

R = 61.19%
G = 7.46%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#290515 (or 0x290515) is known color: Rustic Red. HEX triplet: 29, 05 and 15. RGB value is (41,5,21). Sum of RGB (Red+Green+Blue) = 41+5+21=67 (8% of max value = 765). Red value is 41 (16.41% from 255 or 61.19% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 41 - color contains mainly: red. Hex color #290515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290515 is #D6FAEA. Grayscale: #111111. Windows color (decimal): -14088939 or 1377577. OLE color: 1377577.

HSL color Cylindrical-coordinate representation of color #290515: hue angle of 333.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290515 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 5 21 -
CMYK 0 0.88 0.49 0.84
HSL 333.33º 0.78% 0.09% -
HSV(B) 333.33º 0.88% 0.16% -
XYZ 1.1 0.63 0.77 -
YUV 17.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 41 5 21 0 0.88 0.49 0.84 333.33 0.78 0.09
Hex 29 5 15 0 58 31 54 14D 4E 9
Octal 51 5 25 0 130 61 124 515 116 11
Binary 101001 101 10101 0 1011000 110001 1010100 101001101 1001110 1001

Color Harmonies of #290515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290515

Black with #290515

Text Example


Text Example

White with #290515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290515; }

 p { color: rgb(41,5,21); }

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

background-color css

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

 a { background-color: rgb(41,5,21); }

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

border-color css

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

 span { border-color: rgb(41,5,21); }

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