#AF420C

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

Shades of Rust #AF420C

Tints of Rust #AF420C

Color information

#AF420C (or 0xAF420C) is unknown color: approx Rust. HEX triplet: AF, 42 and 0C. RGB value is (175,66,12). Sum of RGB (Red+Green+Blue) = 175+66+12=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF420C is #50BDF3. Grayscale: #5C5C5C. Windows color (decimal): -5291508 or 803503. OLE color: 803503.

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

Color convert

RGB1756612-
CMYK00.620.930.31
HSL19.88º87.17%36.67%-
HSV(B)19.88º93.14%68.63%-
XYZ19.6913.041.83-
YUV92.4382.61186.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 69.17%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=69.17%
G=26.09%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175661200.620.930.3119.8887.1736.67
HexAF42C03E5D1F145725
Octal25710214076135372412745
Binary10101111100001011000111110101110111111101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF420C; }

 p { color: rgb(175,66,12); }

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

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

 a { background-color: rgb(175,66,12); }

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

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

 span { border-color: rgb(175,66,12); }

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