#AC3F1B

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

Shades of Rust #AC3F1B

Tints of Rust #AC3F1B

Color information

#AC3F1B (or 0xAC3F1B) is unknown color: approx Rust. HEX triplet: AC, 3F and 1B. RGB value is (172,63,27). Sum of RGB (Red+Green+Blue) = 172+63+27=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F1B is #53C0E4. Grayscale: #5B5B5B. Windows color (decimal): -5488869 or 1785772. OLE color: 1785772.

HSL color Cylindrical-coordinate representation of color #AC3F1B: hue angle of 14.9º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC3F1B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1726327-
CMYK00.630.840.33
HSL14.9º72.86%39.02%-
HSV(B)14.9º84.3%67.45%-
XYZ18.9912.42.43-
YUV91.4991.61185.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 27 (10.94% from 255) = 10.31%
R=65.65%
G=24.05%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172632700.630.840.3314.972.8639.02
HexAC3F1B03F5421f4927
Octal2547733077124411711147
Binary10101100111111110110111111101010010000111111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F1B; }

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

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

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

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

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

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

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

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