Html Css Color HEX #290B13 Rustic Red

📋 copy color: '#290B13'

red 41 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #290B13

Tints of Rustic Red #290B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.49%

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

R = 57.75%
G = 15.49%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#290B13 (or 0x290B13) is known color: Rustic Red. HEX triplet: 29, 0B and 13. RGB value is (41,11,19). Sum of RGB (Red+Green+Blue) = 41+11+19=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #290B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290B13 is #D6F4EC. Grayscale: #141414. Windows color (decimal): -14087405 or 1248041. OLE color: 1248041.

HSL color Cylindrical-coordinate representation of color #290B13: hue angle of 344º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290B13 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 11 19 -
CMYK 0 0.73 0.54 0.84
HSL 344º 0.58% 0.1% -
HSV(B) 344º 0.73% 0.16% -
XYZ 1.15 0.76 0.7 -
YUV 20.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 41 11 19 0 0.73 0.54 0.84 344 0.58 0.1
Hex 29 B 13 0 49 36 54 158 3A A
Octal 51 13 23 0 111 66 124 530 72 12
Binary 101001 1011 10011 0 1001001 110110 1010100 101011000 111010 1010

Color Harmonies of #290B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B13

Black with #290B13

Text Example


Text Example

White with #290B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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