#AF430E

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

Shades of Rust #AF430E

Tints of Rust #AF430E

Color information

#AF430E (or 0xAF430E) is unknown color: approx Rust. HEX triplet: AF, 43 and 0E. RGB value is (175,67,14). Sum of RGB (Red+Green+Blue) = 175+67+14=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF430E is #50BCF1. Grayscale: #5D5D5D. Windows color (decimal): -5291250 or 934831. OLE color: 934831.

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

Color convert

RGB1756714-
CMYK00.620.920.31
HSL19.75º85.19%37.06%-
HSV(B)19.75º92%68.63%-
XYZ19.7713.161.91-
YUV93.2583.28186.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.36%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=68.36%
G=26.17%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175671400.620.920.3119.7585.1937.06
HexAF43E03E5C1F145525
Octal25710316076134372412545
Binary10101111100001111100111110101110011111101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF430E; }

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

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

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

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

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

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

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

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