Html Css Color HEX #290514 Rustic Red

📋 copy color: '#290514'

red 41 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #290514

Tints of Rustic Red #290514

RGB

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

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

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

R = 62.12%
G = 7.58%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.84

RGB Variations

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

Color information

#290514 (or 0x290514) is known color: Rustic Red. HEX triplet: 29, 05 and 14. RGB value is (41,5,20). Sum of RGB (Red+Green+Blue) = 41+5+20=66 (8% of max value = 765). Red value is 41 (16.41% from 255 or 62.12% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 41 - color contains mainly: red. Hex color #290514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290514 is #D6FAEB. Grayscale: #111111. Windows color (decimal): -14088940 or 1312041. OLE color: 1312041.

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

Color convert

RGB 41 5 20 -
CMYK 0 0.88 0.51 0.84
HSL 335º 0.78% 0.09% -
HSV(B) 335º 0.88% 0.16% -
XYZ 1.09 0.63 0.73 -
YUV 17.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 41 5 20 0 0.88 0.51 0.84 335 0.78 0.09
Hex 29 5 14 0 58 33 54 14F 4E 9
Octal 51 5 24 0 130 63 124 517 116 11
Binary 101001 101 10100 0 1011000 110011 1010100 101001111 1001110 1001

Color Harmonies of #290514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290514

Black with #290514

Text Example


Text Example

White with #290514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290514; }

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

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

background-color css

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

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

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

border-color css

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

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

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