#AB3203

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

Shades of Rust #AB3203

Tints of Rust #AB3203

Color information

#AB3203 (or 0xAB3203) is unknown color: approx Rust. HEX triplet: AB, 32 and 03. RGB value is (171,50,3). Sum of RGB (Red+Green+Blue) = 171+50+3=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3203 is #54CDFC. Grayscale: #515151. Windows color (decimal): -5557757 or 209579. OLE color: 209579.

HSL color Cylindrical-coordinate representation of color #AB3203: hue angle of 16.79º degrees, saturation: 0.97, 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 #AB3203 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171503-
CMYK00.710.980.33
HSL16.79º96.55%34.12%-
HSV(B)16.79º98.25%67.06%-
XYZ17.9510.951.25-
YUV80.8284.09192.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76.34%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 3 (1.56% from 255) = 1.34%
R=76.34%
G=22.32%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17150300.710.980.3316.7996.5534.12
HexAB3230476221116122
Octal2536230107142412114142
Binary1010101111001011010001111100010100001100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3203; }

 p { color: rgb(171,50,3); }

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

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

 a { background-color: rgb(171,50,3); }

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

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

 span { border-color: rgb(171,50,3); }

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