#AC430E

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

Shades of Rust #AC430E

Tints of Rust #AC430E

Color information

#AC430E (or 0xAC430E) is unknown color: approx Rust. HEX triplet: AC, 43 and 0E. RGB value is (172,67,14). Sum of RGB (Red+Green+Blue) = 172+67+14=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC430E is #53BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5487858 or 934828. OLE color: 934828.

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

Color convert

RGB1726714-
CMYK00.610.920.33
HSL20.13º84.95%36.47%-
HSV(B)20.13º91.86%67.45%-
XYZ19.112.821.88-
YUV92.3583.79184.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=67.98%
G=26.48%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172671400.610.920.3320.1384.9536.47
HexAC43E03D5C21145524
Octal25410316075134412412544
Binary101011001000011111001111011011100100001101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC430E; }

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

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

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

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

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

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

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

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