Html Css Color HEX #290008 Rustic Red

📋 copy color: '#290008'

red 41 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #290008

Tints of Rustic Red #290008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.67%
G = 0%
B = 16.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#290008 (or 0x290008) is known color: Rustic Red. HEX triplet: 29, 00 and 08. RGB value is (41,0,8). Sum of RGB (Red+Green+Blue) = 41+0+8=49 (6% of max value = 765). Red value is 41 (16.41% from 255 or 83.67% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 41 - color contains mainly: red. Hex color #290008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290008 is #D6FFF7. Grayscale: #0D0D0D. Windows color (decimal): -14090232 or 524329. OLE color: 524329.

HSL color Cylindrical-coordinate representation of color #290008: hue angle of 348.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290008 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 0 8 -
CMYK 0 1 0.80 0.84
HSL 348.29º 1% 0.08% -
HSV(B) 348.29º 1% 0.16% -
XYZ 0.96 0.49 0.27 -
YUV 13.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 41 0 8 0 1 0.80 0.84 348.29 1 0.08
Hex 29 0 8 0 64 50 54 15C 64 8
Octal 51 0 10 0 144 120 124 534 144 10
Binary 101001 0 1000 0 1100100 1010000 1010100 101011100 1100100 1000

Color Harmonies of #290008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290008

Black with #290008

Text Example


Text Example

White with #290008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290008; }

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

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

background-color css

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

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

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

border-color css

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

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

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