#AF3215

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

Shades of Rust #AF3215

Tints of Rust #AF3215

Color information

#AF3215 (or 0xAF3215) is unknown color: approx Rust. HEX triplet: AF, 32 and 15. RGB value is (175,50,21). Sum of RGB (Red+Green+Blue) = 175+50+21=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3215 is #50CDEA. Grayscale: #545454. Windows color (decimal): -5295595 or 1389231. OLE color: 1389231.

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

Color convert

RGB1755021-
CMYK00.710.880.31
HSL11.3º78.57%38.43%-
HSV(B)11.3º88%68.63%-
XYZ18.9611.451.92-
YUV84.0792.41192.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 71.14%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=71.14%
G=20.33%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175502100.710.880.3111.378.5738.43
HexAF3215047581Fb4f26
Octal25762250107130371311746
Binary10101111110010101010100011110110001111110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3215; }

 p { color: rgb(175,50,21); }

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

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

 a { background-color: rgb(175,50,21); }

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

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

 span { border-color: rgb(175,50,21); }

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