#AC3F02

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

Shades of Rust #AC3F02

Tints of Rust #AC3F02

Color information

#AC3F02 (or 0xAC3F02) is unknown color: approx Rust. HEX triplet: AC, 3F and 02. RGB value is (172,63,2). Sum of RGB (Red+Green+Blue) = 172+63+2=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F02 is #53C0FD. Grayscale: #585858. Windows color (decimal): -5488894 or 147372. OLE color: 147372.

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

Color convert

RGB172632-
CMYK00.630.990.33
HSL21.53º97.7%34.12%-
HSV(B)21.53º98.84%67.45%-
XYZ18.812.331.45-
YUV88.6479.11187.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.57%
GREEN value IS 63 (25% from 255) = 26.58%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=72.57%
G=26.58%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17263200.630.990.3321.5397.734.12
HexAC3F203F6321166222
Octal254772077143412614242
Binary101011001111111001111111100011100001101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F02; }

 p { color: rgb(172,63,2); }

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

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

 a { background-color: rgb(172,63,2); }

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

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

 span { border-color: rgb(172,63,2); }

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