#290213

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

Shades of Rustic Red #290213

Tints of Rustic Red #290213

Color information

#290213 (or 0x290213) is unknown color: approx Rustic Red. HEX triplet: 29, 02 and 13. RGB value is (41,2,19). Sum of RGB (Red+Green+Blue) = 41+2+19=62 (8% of max value = 765). Red value is 41 (16.41% from 255 or 66.13% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 41 - color contains mainly: red. Hex color #290213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290213 is #D6FDEC. Grayscale: #0F0F0F. Windows color (decimal): -14089709 or 1245737. OLE color: 1245737.

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

Color convert

RGB41219-
CMYK00.950.540.84
HSL333.85º90.7%8.43%-
HSV(B)333.85º95.12%16.08%-
XYZ1.050.560.67-
YUV15.6129.92146.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 66.13%
GREEN value IS 2 (1.17% from 255) = 3.23%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=66.13%
G=3.23%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4121900.950.540.84333.8590.78.43
Hex2921305F365414e5b8
Octal5122301376612451613310
Binary101001101001101011111110110101010010100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290213; }

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

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

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

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

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

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

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

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