#AF4513

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

Shades of Rust #AF4513

Tints of Rust #AF4513

Color information

#AF4513 (or 0xAF4513) is unknown color: approx Rust. HEX triplet: AF, 45 and 13. RGB value is (175,69,19). Sum of RGB (Red+Green+Blue) = 175+69+19=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4513 is #50BAEC. Grayscale: #5F5F5F. Windows color (decimal): -5290733 or 1263023. OLE color: 1263023.

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

Color convert

RGB1756919-
CMYK00.610.890.31
HSL19.23º80.41%38.04%-
HSV(B)19.23º89.14%68.63%-
XYZ19.9213.422.16-
YUV94.9985.12185.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 66.54%
GREEN value IS 69 (27.34% from 255) = 26.24%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=66.54%
G=26.24%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175691900.610.890.3119.2380.4138.04
HexAF451303D591F135026
Octal25710523075131372312046
Binary101011111000101100110111101101100111111100111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4513; }

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

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

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

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

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

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

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

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