#AC360F

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

Shades of Rust #AC360F

Tints of Rust #AC360F

Color information

#AC360F (or 0xAC360F) is unknown color: approx Rust. HEX triplet: AC, 36 and 0F. RGB value is (172,54,15). Sum of RGB (Red+Green+Blue) = 172+54+15=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC360F is #53C9F0. Grayscale: #555555. Windows color (decimal): -5491185 or 997036. OLE color: 997036.

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

Color convert

RGB1725415-
CMYK00.690.910.33
HSL14.9º83.96%36.67%-
HSV(B)14.9º91.28%67.45%-
XYZ18.4211.441.69-
YUV84.8488.59190.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=71.37%
G=22.41%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172541500.690.910.3314.983.9636.67
HexAC36F0455B21f5425
Octal25466170105133411712445
Binary10101100110110111101000101101101110000111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC360F; }

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

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

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

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

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

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

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

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