Html Css Color HEX #290608 Rustic Red

📋 copy color: '#290608'

red 41 ◦ green 6 ◦ blue 8

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

Shades of Rustic Red #290608

Tints of Rustic Red #290608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 14.55%

R = 74.55%
G = 10.91%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#290608 (or 0x290608) is known color: Rustic Red. HEX triplet: 29, 06 and 08. RGB value is (41,6,8). Sum of RGB (Red+Green+Blue) = 41+6+8=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #290608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290608 is #D6F9F7. Grayscale: #101010. Windows color (decimal): -14088696 or 525865. OLE color: 525865.

HSL color Cylindrical-coordinate representation of color #290608: hue angle of 356.57º 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 #290608 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 6 8 -
CMYK 0 0.85 0.80 0.84
HSL 356.57º 0.74% 0.09% -
HSV(B) 356.57º 0.85% 0.16% -
XYZ 1.02 0.62 0.3 -
YUV 16.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 41 6 8 0 0.85 0.80 0.84 356.57 0.74 0.09
Hex 29 6 8 0 55 50 54 165 4A 9
Octal 51 6 10 0 125 120 124 545 112 11
Binary 101001 110 1000 0 1010101 1010000 1010100 101100101 1001010 1001

Color Harmonies of #290608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290608

Black with #290608

Text Example


Text Example

White with #290608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290608; }

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

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

background-color css

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

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

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

border-color css

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

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

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