#AC330A

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

Shades of Rust #AC330A

Tints of Rust #AC330A

Color information

#AC330A (or 0xAC330A) is unknown color: approx Rust. HEX triplet: AC, 33 and 0A. RGB value is (172,51,10). Sum of RGB (Red+Green+Blue) = 172+51+10=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC330A is #53CCF5. Grayscale: #525252. Windows color (decimal): -5491958 or 668588. OLE color: 668588.

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

Color convert

RGB1725110-
CMYK00.700.940.33
HSL15.19º89.01%35.69%-
HSV(B)15.19º94.19%67.45%-
XYZ18.2511.161.48-
YUV82.587.09191.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.82%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=73.82%
G=21.89%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172511000.700.940.3315.1989.0135.69
HexAC33A0465E21f5924
Octal25463120106136411713144
Binary10101100110011101001000110101111010000111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC330A; }

 p { color: rgb(172,51,10); }

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

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

 a { background-color: rgb(172,51,10); }

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

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

 span { border-color: rgb(172,51,10); }

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