Html Css Color HEX #290607 Rustic Red

📋 copy color: '#290607'

red 41 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #290607

Tints of Rustic Red #290607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.11%

 BLUE value IS 7 (3.13% from 255) = 12.96%

R = 75.93%
G = 11.11%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.84

RGB Variations

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

Color information

#290607 (or 0x290607) is known color: Rustic Red. HEX triplet: 29, 06 and 07. RGB value is (41,6,7). Sum of RGB (Red+Green+Blue) = 41+6+7=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290607 is #D6F9F8. Grayscale: #101010. Windows color (decimal): -14088697 or 460329. OLE color: 460329.

HSL color Cylindrical-coordinate representation of color #290607: hue angle of 358.29º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290607 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 6 7 -
CMYK 0 0.85 0.83 0.84
HSL 358.29º 0.74% 0.09% -
HSV(B) 358.29º 0.85% 0.16% -
XYZ 1.02 0.62 0.27 -
YUV 16.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 41 6 7 0 0.85 0.83 0.84 358.29 0.74 0.09
Hex 29 6 7 0 55 53 54 166 4A 9
Octal 51 6 7 0 125 123 124 546 112 11
Binary 101001 110 111 0 1010101 1010011 1010100 101100110 1001010 1001

Color Harmonies of #290607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290607

Black with #290607

Text Example


Text Example

White with #290607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290607; }

 p { color: rgb(41,6,7); }

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

background-color css

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

 a { background-color: rgb(41,6,7); }

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

border-color css

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

 span { border-color: rgb(41,6,7); }

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