#AC300E

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

Shades of Rust #AC300E

Tints of Rust #AC300E

Color information

#AC300E (or 0xAC300E) is unknown color: approx Rust. HEX triplet: AC, 30 and 0E. RGB value is (172,48,14). Sum of RGB (Red+Green+Blue) = 172+48+14=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC300E is #53CFF1. Grayscale: #515151. Windows color (decimal): -5492722 or 929964. OLE color: 929964.

HSL color Cylindrical-coordinate representation of color #AC300E: hue angle of 12.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC300E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1724814-
CMYK00.720.920.33
HSL12.91º84.95%36.47%-
HSV(B)12.91º91.86%67.45%-
XYZ18.1510.921.57-
YUV81.290.08192.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.50%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=73.50%
G=20.51%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172481400.720.920.3312.9184.9536.47
HexAC30E0485C21d5524
Octal25460160110134411512544
Binary10101100110000111001001000101110010000111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC300E; }

 p { color: rgb(172,48,14); }

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

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

 a { background-color: rgb(172,48,14); }

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

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

 span { border-color: rgb(172,48,14); }

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