#AF450A

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

Shades of Rust #AF450A

Tints of Rust #AF450A

Color information

#AF450A (or 0xAF450A) is unknown color: approx Rust. HEX triplet: AF, 45 and 0A. RGB value is (175,69,10). Sum of RGB (Red+Green+Blue) = 175+69+10=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450A is #50BAF5. Grayscale: #5E5E5E. Windows color (decimal): -5290742 or 673199. OLE color: 673199.

HSL color Cylindrical-coordinate representation of color #AF450A: hue angle of 21.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF450A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1756910-
CMYK00.610.940.31
HSL21.45º89.19%36.27%-
HSV(B)21.45º94.29%68.63%-
XYZ19.8613.391.83-
YUV93.9780.62185.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=68.90%
G=27.17%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175691000.610.940.3121.4589.1936.27
HexAF45A03D5E1F155924
Octal25710512075136372513144
Binary10101111100010110100111101101111011111101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF450A; }

 p { color: rgb(175,69,10); }

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

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

 a { background-color: rgb(175,69,10); }

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

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

 span { border-color: rgb(175,69,10); }

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