#AB4302

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

Shades of Rust #AB4302

Tints of Rust #AB4302

Color information

#AB4302 (or 0xAB4302) is unknown color: approx Rust. HEX triplet: AB, 43 and 02. RGB value is (171,67,2). Sum of RGB (Red+Green+Blue) = 171+67+2=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4302 is #54BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5553406 or 148395. OLE color: 148395.

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

Color convert

RGB171672-
CMYK00.610.990.33
HSL23.08º97.69%33.92%-
HSV(B)23.08º98.83%67.06%-
XYZ18.8112.681.51-
YUV90.6977.96185.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 71.25%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=71.25%
G=27.92%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17167200.610.990.3323.0897.6933.92
HexAB43203D6321176222
Octal2531032075143412714242
Binary1010101110000111001111011100011100001101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4302; }

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

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

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

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

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

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

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

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