#AB3A02

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

Shades of Rust #AB3A02

Tints of Rust #AB3A02

Color information

#AB3A02 (or 0xAB3A02) is unknown color: approx Rust. HEX triplet: AB, 3A and 02. RGB value is (171,58,2). Sum of RGB (Red+Green+Blue) = 171+58+2=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A02 is #54C5FD. Grayscale: #555555. Windows color (decimal): -5555710 or 146091. OLE color: 146091.

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

Color convert

RGB171582-
CMYK00.660.990.33
HSL19.88º97.69%33.92%-
HSV(B)19.88º98.83%67.06%-
XYZ18.3211.691.35-
YUV85.480.94189.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.03%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=74.03%
G=25.11%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17158200.660.990.3319.8897.6933.92
HexAB3A20426321146222
Octal2537220102143412414242
Binary1010101111101010010000101100011100001101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A02; }

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

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

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

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

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

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

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

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