#AB5302

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

Shades of Rust #AB5302

Tints of Rust #AB5302

Color information

#AB5302 (or 0xAB5302) is unknown color: approx Rust. HEX triplet: AB, 53 and 02. RGB value is (171,83,2). Sum of RGB (Red+Green+Blue) = 171+83+2=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5302 is #54ACFD. Grayscale: #646464. Windows color (decimal): -5549310 or 152491. OLE color: 152491.

HSL color Cylindrical-coordinate representation of color #AB5302: hue angle of 28.76º 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 #AB5302 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171832-
CMYK00.510.990.33
HSL28.76º97.69%33.92%-
HSV(B)28.76º98.83%67.06%-
XYZ19.914.851.87-
YUV100.0872.65178.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.80%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=66.80%
G=32.42%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17183200.510.990.3328.7697.6933.92
HexAB53203363211d6222
Octal2531232063143413514242
Binary1010101110100111001100111100011100001111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5302; }

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

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

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

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

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

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

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

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