Html Css Color HEX #290508 Rustic Red

📋 copy color: '#290508'

red 41 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #290508

Tints of Rustic Red #290508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

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

R = 75.93%
G = 9.26%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#290508 (or 0x290508) is known color: Rustic Red. HEX triplet: 29, 05 and 08. RGB value is (41,5,8). Sum of RGB (Red+Green+Blue) = 41+5+8=54 (7% of max value = 765). Red value is 41 (16.41% from 255 or 75.93% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 41 - color contains mainly: red. Hex color #290508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290508 is #D6FAF7. Grayscale: #101010. Windows color (decimal): -14088952 or 525609. OLE color: 525609.

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

Color convert

RGB 41 5 8 -
CMYK 0 0.88 0.80 0.84
HSL 355º 0.78% 0.09% -
HSV(B) 355º 0.88% 0.16% -
XYZ 1.01 0.6 0.29 -
YUV 16.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 41 5 8 0 0.88 0.80 0.84 355 0.78 0.09
Hex 29 5 8 0 58 50 54 163 4E 9
Octal 51 5 10 0 130 120 124 543 116 11
Binary 101001 101 1000 0 1011000 1010000 1010100 101100011 1001110 1001

Color Harmonies of #290508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290508

Black with #290508

Text Example


Text Example

White with #290508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290508; }

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

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

background-color css

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

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

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

border-color css

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

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

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