#AB320C

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

Shades of Rust #AB320C

Tints of Rust #AB320C

Color information

#AB320C (or 0xAB320C) is unknown color: approx Rust. HEX triplet: AB, 32 and 0C. RGB value is (171,50,12). Sum of RGB (Red+Green+Blue) = 171+50+12=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB320C is #54CDF3. Grayscale: #525252. Windows color (decimal): -5557748 or 799403. OLE color: 799403.

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

Color convert

RGB1715012-
CMYK00.710.930.33
HSL14.34º86.89%35.88%-
HSV(B)14.34º92.98%67.06%-
XYZ1810.971.52-
YUV81.8588.59191.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.39%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=73.39%
G=21.46%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171501200.710.930.3314.3486.8935.88
HexAB32C0475D21e5724
Octal25362140107135411612744
Binary10101011110010110001000111101110110000111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB320C; }

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

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

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

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

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

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

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

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