#AF450F

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

Shades of Rust #AF450F

Tints of Rust #AF450F

Color information

#AF450F (or 0xAF450F) is unknown color: approx Rust. HEX triplet: AF, 45 and 0F. RGB value is (175,69,15). Sum of RGB (Red+Green+Blue) = 175+69+15=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450F is #50BAF0. Grayscale: #5E5E5E. Windows color (decimal): -5290737 or 1000879. OLE color: 1000879.

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

Color convert

RGB1756915-
CMYK00.610.910.31
HSL20.25º84.21%37.25%-
HSV(B)20.25º91.43%68.63%-
XYZ19.8913.41.99-
YUV94.5483.12185.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.57%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=67.57%
G=26.64%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175691500.610.910.3120.2584.2137.25
HexAF45F03D5B1F145425
Octal25710517075133372412445
Binary10101111100010111110111101101101111111101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF450F; }

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

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

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

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

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

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

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

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