Html Css Color HEX #290113 Rustic Red

📋 copy color: '#290113'

red 41 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #290113

Tints of Rustic Red #290113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.64%

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

R = 67.21%
G = 1.64%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290113 (or 0x290113) is known color: Rustic Red. HEX triplet: 29, 01 and 13. RGB value is (41,1,19). Sum of RGB (Red+Green+Blue) = 41+1+19=61 (8% of max value = 765). Red value is 41 (16.41% from 255 or 67.21% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 41 - color contains mainly: red. Hex color #290113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290113 is #D6FEEC. Grayscale: #0E0E0E. Windows color (decimal): -14089965 or 1245481. OLE color: 1245481.

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

Color convert

RGB 41 1 19 -
CMYK 0 0.98 0.54 0.84
HSL 333º 0.95% 0.08% -
HSV(B) 333º 0.98% 0.16% -
XYZ 1.04 0.54 0.67 -
YUV 15.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 41 1 19 0 0.98 0.54 0.84 333 0.95 0.08
Hex 29 1 13 0 62 36 54 14D 5F 8
Octal 51 1 23 0 142 66 124 515 137 10
Binary 101001 1 10011 0 1100010 110110 1010100 101001101 1011111 1000

Color Harmonies of #290113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290113

Black with #290113

Text Example


Text Example

White with #290113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290113; }

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

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

background-color css

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

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

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

border-color css

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

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

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