#290208

Color #290208 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #290208

Tints of Rustic Red #290208

Color information

#290208 (or 0x290208) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 08. RGB value is (41,2,8). Sum of RGB (Red+Green+Blue) = 41+2+8=51 (6% of max value = 765). Red value is 41 (16.41% from 255 or 80.39% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 41 - color contains mainly: red. Hex color #290208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290208 is #D6FDF7. Grayscale: #0E0E0E. Windows color (decimal): -14089720 or 524841. OLE color: 524841.

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

Color convert

RGB4128-
CMYK00.950.800.84
HSL350.77º90.7%8.43%-
HSV(B)350.77º95.12%16.08%-
XYZ0.980.530.28-
YUV14.34124.42147.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 80.39%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=80.39%
G=3.92%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal412800.950.800.84350.7790.78.43
Hex292805F505415f5b8
Octal51210013712012453713310
Binary101001101000010111111010000101010010101111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290208; }

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

 H1.HeaderClassName
 {
   color: #290208;
 }
 .AnyTagClassName
 {
   color: #290208;
 }
</style>
background-color css

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

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

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

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

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

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