#AC3A0B

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

Shades of Rust #AC3A0B

Tints of Rust #AC3A0B

Color information

#AC3A0B (or 0xAC3A0B) is unknown color: approx Rust. HEX triplet: AC, 3A and 0B. RGB value is (172,58,11). Sum of RGB (Red+Green+Blue) = 172+58+11=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A0B is #53C5F4. Grayscale: #575757. Windows color (decimal): -5490165 or 735916. OLE color: 735916.

HSL color Cylindrical-coordinate representation of color #AC3A0B: hue angle of 17.52º degrees, saturation: 0.88, 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 #AC3A0B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1725811-
CMYK00.660.940.33
HSL17.52º87.98%35.88%-
HSV(B)17.52º93.6%67.45%-
XYZ18.5911.821.62-
YUV86.7385.27188.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 11 (4.69% from 255) = 4.56%
R=71.37%
G=24.07%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172581100.660.940.3317.5287.9835.88
HexAC3AB0425E21125824
Octal25472130102136412213044
Binary101011001110101011010000101011110100001100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A0B; }

 p { color: rgb(172,58,11); }

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

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

 a { background-color: rgb(172,58,11); }

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

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

 span { border-color: rgb(172,58,11); }

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