Html Css Color HEX #290D0F Rustic Red

📋 copy color: '#290D0F'

red 41 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #290D0F

Tints of Rustic Red #290D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 21.74%

R = 59.42%
G = 18.84%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#290D0F (or 0x290D0F) is known color: Rustic Red. HEX triplet: 29, 0D and 0F. RGB value is (41,13,15). Sum of RGB (Red+Green+Blue) = 41+13+15=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #290D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290D0F is #D6F2F0. Grayscale: #151515. Windows color (decimal): -14086897 or 986409. OLE color: 986409.

HSL color Cylindrical-coordinate representation of color #290D0F: hue angle of 355.71º 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 #290D0F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 13 15 -
CMYK 0 0.68 0.63 0.84
HSL 355.71º 0.52% 0.11% -
HSV(B) 355.71º 0.68% 0.16% -
XYZ 1.14 0.79 0.54 -
YUV 21.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 41 13 15 0 0.68 0.63 0.84 355.71 0.52 0.11
Hex 29 D F 0 44 3F 54 164 34 B
Octal 51 15 17 0 104 77 124 544 64 13
Binary 101001 1101 1111 0 1000100 111111 1010100 101100100 110100 1011

Color Harmonies of #290D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D0F

Black with #290D0F

Text Example


Text Example

White with #290D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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