#AF2F13

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

Shades of Rust #AF2F13

Tints of Rust #AF2F13

Color information

#AF2F13 (or 0xAF2F13) is unknown color: approx Rust. HEX triplet: AF, 2F and 13. RGB value is (175,47,19). Sum of RGB (Red+Green+Blue) = 175+47+19=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F13 is #50D0EC. Grayscale: #525252. Windows color (decimal): -5296365 or 1257391. OLE color: 1257391.

HSL color Cylindrical-coordinate representation of color #AF2F13: hue angle of 10.77º 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 #AF2F13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1754719-
CMYK00.730.890.31
HSL10.77º80.41%38.04%-
HSV(B)10.77º89.14%68.63%-
XYZ18.8111.191.79-
YUV82.0892.41194.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.61%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=72.61%
G=19.50%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175471900.730.890.3110.7780.4138.04
HexAF2F13049591Fb5026
Octal25757230111131371312046
Binary10101111101111100110100100110110011111110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2F13; }

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

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

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

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

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

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

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

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