#AF2C01

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

Shades of Rust #AF2C01

Tints of Rust #AF2C01

Color information

#AF2C01 (or 0xAF2C01) is unknown color: approx Rust. HEX triplet: AF, 2C and 01. RGB value is (175,44,1). Sum of RGB (Red+Green+Blue) = 175+44+1=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C01 is #50D3FE. Grayscale: #4E4E4E. Windows color (decimal): -5297151 or 76975. OLE color: 76975.

HSL color Cylindrical-coordinate representation of color #AF2C01: hue angle of 14.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF2C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB175441-
CMYK00.750.990.31
HSL14.83º98.86%34.51%-
HSV(B)14.83º99.43%68.63%-
XYZ18.5910.921.16-
YUV78.2784.4197-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 79.55%
GREEN value IS 44 (17.58% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=79.55%
G=20%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17544100.750.990.3114.8398.8634.51
HexAF2C104B631Ff6323
Octal2575410113143371714343
Binary1010111110110010100101111000111111111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2C01; }

 p { color: rgb(175,44,1); }

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

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

 a { background-color: rgb(175,44,1); }

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

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

 span { border-color: rgb(175,44,1); }

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