#AC401E

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

Shades of Rust #AC401E

Tints of Rust #AC401E

Color information

#AC401E (or 0xAC401E) is unknown color: approx Rust. HEX triplet: AC, 40 and 1E. RGB value is (172,64,30). Sum of RGB (Red+Green+Blue) = 172+64+30=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC401E is #53BFE1. Grayscale: #5C5C5C. Windows color (decimal): -5488610 or 1982636. OLE color: 1982636.

HSL color Cylindrical-coordinate representation of color #AC401E: hue angle of 14.37º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC401E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1726430-
CMYK00.630.830.33
HSL14.37º70.3%39.61%-
HSV(B)14.37º82.56%67.45%-
XYZ19.0812.532.64-
YUV92.4292.78184.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=64.66%
G=24.06%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172643000.630.830.3314.3770.339.61
HexAC401E03F5321e4628
Octal25410036077123411610650
Binary101011001000000111100111111101001110000111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC401E; }

 p { color: rgb(172,64,30); }

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

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

 a { background-color: rgb(172,64,30); }

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

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

 span { border-color: rgb(172,64,30); }

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