Html Css Color HEX #290313 Rustic Red

📋 copy color: '#290313'

red 41 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #290313

Tints of Rustic Red #290313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.76%

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

R = 65.08%
G = 4.76%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290313 (or 0x290313) is known color: Rustic Red. HEX triplet: 29, 03 and 13. RGB value is (41,3,19). Sum of RGB (Red+Green+Blue) = 41+3+19=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #290313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290313 is #D6FCEC. Grayscale: #101010. Windows color (decimal): -14089453 or 1245993. OLE color: 1245993.

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

Color convert

RGB 41 3 19 -
CMYK 0 0.93 0.54 0.84
HSL 334.74º 0.86% 0.09% -
HSV(B) 334.74º 0.93% 0.16% -
XYZ 1.06 0.58 0.67 -
YUV 16.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 41 3 19 0 0.93 0.54 0.84 334.74 0.86 0.09
Hex 29 3 13 0 5D 36 54 14F 56 9
Octal 51 3 23 0 135 66 124 517 126 11
Binary 101001 11 10011 0 1011101 110110 1010100 101001111 1010110 1001

Color Harmonies of #290313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290313

Black with #290313

Text Example


Text Example

White with #290313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290313; }

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

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

background-color css

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

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

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

border-color css

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

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

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