#AB2E04

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

Shades of Rust #AB2E04

Tints of Rust #AB2E04

Color information

#AB2E04 (or 0xAB2E04) is unknown color: approx Rust. HEX triplet: AB, 2E and 04. RGB value is (171,46,4). Sum of RGB (Red+Green+Blue) = 171+46+4=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E04 is #54D1FB. Grayscale: #4E4E4E. Windows color (decimal): -5558780 or 274091. OLE color: 274091.

HSL color Cylindrical-coordinate representation of color #AB2E04: hue angle of 15.09º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2E04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171464-
CMYK00.730.980.33
HSL15.09º95.43%34.31%-
HSV(B)15.09º97.66%67.06%-
XYZ17.7910.621.23-
YUV78.5985.91193.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 77.38%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 4 (1.95% from 255) = 1.81%
R=77.38%
G=20.81%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17146400.730.980.3315.0995.4334.31
HexAB2E40496221f5f22
Octal2535640111142411713742
Binary1010101110111010001001001110001010000111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E04; }

 p { color: rgb(171,46,4); }

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

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

 a { background-color: rgb(171,46,4); }

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

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

 span { border-color: rgb(171,46,4); }

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