Html Css Color HEX #290D15 Rustic Red

📋 copy color: '#290D15'

red 41 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #290D15

Tints of Rustic Red #290D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.33%

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

R = 54.67%
G = 17.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#290D15 (or 0x290D15) is known color: Rustic Red. HEX triplet: 29, 0D and 15. RGB value is (41,13,21). Sum of RGB (Red+Green+Blue) = 41+13+21=75 (9% of max value = 765). Red value is 41 (16.41% from 255 or 54.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 41 - color contains mainly: red. Hex color #290D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D15 is #D6F2EA. Grayscale: #161616. Windows color (decimal): -14086891 or 1379625. OLE color: 1379625.

HSL color Cylindrical-coordinate representation of color #290D15: hue angle of 342.86º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D15 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 13 21 -
CMYK 0 0.68 0.49 0.84
HSL 342.86º 0.52% 0.11% -
HSV(B) 342.86º 0.68% 0.16% -
XYZ 1.19 0.81 0.8 -
YUV 22.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 41 13 21 0 0.68 0.49 0.84 342.86 0.52 0.11
Hex 29 D 15 0 44 31 54 157 34 B
Octal 51 15 25 0 104 61 124 527 64 13
Binary 101001 1101 10101 0 1000100 110001 1010100 101010111 110100 1011

Color Harmonies of #290D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D15

Black with #290D15

Text Example


Text Example

White with #290D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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