#AF430C

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

Shades of Rust #AF430C

Tints of Rust #AF430C

Color information

#AF430C (or 0xAF430C) is unknown color: approx Rust. HEX triplet: AF, 43 and 0C. RGB value is (175,67,12). Sum of RGB (Red+Green+Blue) = 175+67+12=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF430C is #50BCF3. Grayscale: #5D5D5D. Windows color (decimal): -5291252 or 803759. OLE color: 803759.

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

Color convert

RGB1756712-
CMYK00.620.930.31
HSL20.25º87.17%36.67%-
HSV(B)20.25º93.14%68.63%-
XYZ19.7513.151.85-
YUV93.0282.28186.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.90%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=68.90%
G=26.38%
B=4.72%

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
Decimal175671200.620.930.3120.2587.1736.67
HexAF43C03E5D1F145725
Octal25710314076135372412745
Binary10101111100001111000111110101110111111101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF430C; }

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

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

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

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

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

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

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

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