Html Css Color HEX #290E0F Rustic Red

📋 copy color: '#290E0F'

red 41 ◦ green 14 ◦ blue 15

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

Shades of Rustic Red #290E0F

Tints of Rustic Red #290E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20%

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

R = 58.57%
G = 20%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#290E0F (or 0x290E0F) is known color: Rustic Red. HEX triplet: 29, 0E and 0F. RGB value is (41,14,15). Sum of RGB (Red+Green+Blue) = 41+14+15=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #290E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290E0F is #D6F1F0. Grayscale: #161616. Windows color (decimal): -14086641 or 986665. OLE color: 986665.

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

Color convert

RGB 41 14 15 -
CMYK 0 0.66 0.63 0.84
HSL 357.78º 0.49% 0.11% -
HSV(B) 357.78º 0.66% 0.16% -
XYZ 1.16 0.82 0.55 -
YUV 22.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 41 14 15 0 0.66 0.63 0.84 357.78 0.49 0.11
Hex 29 E F 0 42 3F 54 166 31 B
Octal 51 16 17 0 102 77 124 546 61 13
Binary 101001 1110 1111 0 1000010 111111 1010100 101100110 110001 1011

Color Harmonies of #290E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290E0F

Black with #290E0F

Text Example


Text Example

White with #290E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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