#AB2502

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

Shades of Rust #AB2502

Tints of Rust #AB2502

Color information

#AB2502 (or 0xAB2502) is unknown color: approx Rust. HEX triplet: AB, 25 and 02. RGB value is (171,37,2). Sum of RGB (Red+Green+Blue) = 171+37+2=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2502 is #54DAFD. Grayscale: #494949. Windows color (decimal): -5561086 or 140715. OLE color: 140715.

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

Color convert

RGB171372-
CMYK00.780.990.33
HSL12.43º97.69%33.92%-
HSV(B)12.43º98.83%67.06%-
XYZ17.479.991.06-
YUV73.0887.89197.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=81.43%
G=17.62%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17137200.780.990.3312.4397.6933.92
HexAB25204E6321c6222
Octal2534520116143411414242
Binary101010111001011001001110110001110000111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2502; }

 p { color: rgb(171,37,2); }

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

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

 a { background-color: rgb(171,37,2); }

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

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

 span { border-color: rgb(171,37,2); }

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