#AC370F

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

Shades of Rust #AC370F

Tints of Rust #AC370F

Color information

#AC370F (or 0xAC370F) is unknown color: approx Rust. HEX triplet: AC, 37 and 0F. RGB value is (172,55,15). Sum of RGB (Red+Green+Blue) = 172+55+15=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC370F is #53C8F0. Grayscale: #555555. Windows color (decimal): -5490929 or 997292. OLE color: 997292.

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

Color convert

RGB1725515-
CMYK00.680.910.33
HSL15.29º83.96%36.67%-
HSV(B)15.29º91.28%67.45%-
XYZ18.4711.541.71-
YUV85.4288.26189.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.07%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=71.07%
G=22.73%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172551500.680.910.3315.2983.9636.67
HexAC37F0445B21f5425
Octal25467170104133411712445
Binary10101100110111111101000100101101110000111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC370F; }

 p { color: rgb(172,55,15); }

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

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

 a { background-color: rgb(172,55,15); }

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

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

 span { border-color: rgb(172,55,15); }

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