#AB320A

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

Shades of Rust #AB320A

Tints of Rust #AB320A

Color information

#AB320A (or 0xAB320A) is unknown color: approx Rust. HEX triplet: AB, 32 and 0A. RGB value is (171,50,10). Sum of RGB (Red+Green+Blue) = 171+50+10=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320A is #54CDF5. Grayscale: #515151. Windows color (decimal): -5557750 or 668331. OLE color: 668331.

HSL color Cylindrical-coordinate representation of color #AB320A: hue angle of 14.91º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB320A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1715010-
CMYK00.710.940.33
HSL14.91º88.95%35.49%-
HSV(B)14.91º94.15%67.06%-
XYZ17.9910.961.45-
YUV81.6287.59191.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.03%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=74.03%
G=21.65%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171501000.710.940.3314.9188.9535.49
HexAB32A0475E21f5923
Octal25362120107136411713143
Binary10101011110010101001000111101111010000111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB320A; }

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

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

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

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

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

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

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

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